me
/
guix
Archived
1
0
Fork 0
Commit Graph

302 Commits (073904c5536c73a71aa42347453cb18ae41a6b19)

Author SHA1 Message Date
Tobias Geerinckx-Rice 32480e1903
gnu: kicad-doc: Remove unnecessary code.
* gnu/packages/engineering.scm (arguments): Skip #:tests? instead of
deleting the 'check phase.  Remove the 'set-perl-env phase.
2021-07-07 21:26:55 +02:00
Tobias Geerinckx-Rice dbf78e3985
gnu: kicad-doc: Fix build.
Fixes <https://issues.guix.gnu.org/49458>.

* gnu/packages/engineering.scm (native-inputs): Add perl-yaml-tiny.
2021-07-07 21:26:55 +02:00
Tobias Geerinckx-Rice 76fbc25a94
gnu: libredwg: Update to 0.12.4.
* gnu/packages/engineering.scm (libredwg): Update to 0.12.4.
2021-06-25 18:42:50 +02:00
Vinicius Monego 33fa648f75
gnu: libngspice: Delete autogenerated config.h.
* gnu/packages/engineering.scm (libngspice)[arguments]<#:phases>: Rename phase
  'delete-script-files to 'delete-scripts-and-config and delete config.h.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-06-22 16:43:49 +02:00
Vinicius Monego e22a711c97
gnu: libngspice: Fix KiCad compilation.
* gnu/packages/engineering.scm (libngspice)[arguments]<#:configure-flags>:
  Pass "--with-readline=no".
  [inputs]: Remove readline.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-06-22 16:42:55 +02:00
Vinicius Monego e0407ca0a3
gnu: libngspice: Enable ciderlib.
* gnu/packages/engineering.scm (libngspice)[source]: Remove snippet that
deleted ciderlib.
[arguments]: Pass "--enable-ciderlib" to #:configure-flags.
[license]: Add license for ciderlib.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-15 20:40:24 +03:00
Vinicius Monego 2b8730bf80
gnu: libngspice: Update to 34.
* gnu/packages/engineering.scm (libngspice): Update to 34.
[source]: Make some cosmetic changes.
[arguments]<#:phases>: Don't return #t.
(ngspice)[arguments]<#:phases>: Don't return #t. Remove 'delete-cmpp-dlmain
phase because these files are not installed anymore.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-15 20:39:22 +03:00
Maxim Cournoyer ea0a51071e
gnu: Rename qtbase to qtbase-5.
This change was automated via the following command:

$ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g'
$ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g'
$ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g'
$ git checkout etc    # to clear some spurious changes

This is done so the qtbase package can be upgraded to version 6 in the
following commit.
2021-06-14 00:24:42 -04:00
Efraim Flashner 1fd8819fac
gnu: poke: Update to 1.3.
* gnu/packages/engineering.scm (poke): Update to 1.3.
2021-06-06 10:53:55 +03:00
Guillaume Le Vaillant f7d2ae5754
gnu: kicad: Fix ngspice support.
Fixes <https://bugs.gnu.org/48336>.

* gnu/packages/engineering.scm (kicad)[arguments]: Add 'fix-ngspice-detection'
  phase.
2021-05-20 23:45:15 +02:00
Ludovic Courtès 7b83f6b992
gnu: lepton-eda: Switch to Guile 3.0.
* gnu/packages/engineering.scm (lepton-eda)[inputs]: Replace GUILE-2.2
with GUILE-3.0.
2021-05-05 16:56:43 +02:00
Ludovic Courtès 7593d1b4b8
gnu: lepton-eda: Update to 1.9.14-20210407.
* gnu/packages/engineering.scm (lepton-eda): Update to 1.9.14-20210407.
[arguments]: Adjust file names in 'fix-dynamic-link' phase.
2021-05-05 00:57:35 +02:00
Tobias Geerinckx-Rice 5203ef4d4e
gnu: freecad: Update to 0.19.2.
* gnu/packages/engineering.scm (freecad): Update to 0.19.2.
2021-04-27 15:06:24 +02:00
Efraim Flashner 28e09d7fc0
gnu: poke: Update to 1.2.
* gnu/packages/engineering.scm (poke): Update to 1.2.
2021-04-18 21:01:04 +03:00
Ekaitz Zarraga ce2fe8bf34
gnu: freecad: Update to 0.19.1.
* gnu/packages/engineering.scm (freecad): Update to 0.19.1
[inputs]: Add double-conversion, gl2ps, jsoncpp, libjpeg-turbo, libtheora,
libtiff, libxmlplusplus, lz4, netcdf, proj, python-gitpython, python-pyyaml,
sqlite, and vtk-8. Remove vtk.
[arguments]: Add "-DBUILD_FLAT_MESH:BOOL=ON" to #:configure-flags.
2021-04-15 22:13:06 -04:00
Tobias Geerinckx-Rice 81a5dcfcba
gnu: geda-gaf: Fix typo in description.
* gnu/packages/engineering.scm (geda-gaf)[description]: Fix typo.
2021-04-10 14:11:29 +02:00
Tobias Geerinckx-Rice 254b331050
gnu: minicom: Update to 2.8.
* gnu/packages/engineering.scm (minicom): Update to 2.8.
2021-03-30 21:38:38 +02:00
Leo Famulari a801c7379a
gnu: Remove QT 4.
For more information, see:

https://lists.gnu.org/archive/html/guix-devel/2016-02/msg00596.html
https://bugs.gnu.org/45704

* gnu/packages/qt.scm (qt-4, python2-pyqt-4): Remove variables.
* gnu/packages/engineering.scm (qucs, qucs-s): Remove variables.
* gnu/packages/messaging.scm (pybitmessage): Remove variable.
* gnu/packages/password-utils.scm (keepassx): Remove variable.
* gnu/packages/pdf.scm (poppler-qt4): Remove variable.
2021-03-25 19:19:42 -04:00
Ludovic Courtès d30f8f3a97
gnu: poke: Update to 1.1.
* gnu/packages/engineering.scm (poke): Update to 1.1.
2021-03-21 23:41:01 +01:00
Gerd Heber cb70485201
gnu: Add syscall-intercept.
* gnu/packages/engineering.scm (syscall-intercept): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-13 15:11:46 +01:00
Léo Le Bouter 6eea92e38b
gnu: librecad: Update to 2.2.0-rc2 [fixes CVE-2018-19105].
* gnu/packages/engineering.scm (librecad): Update to 2.2.0-rc2.
2021-03-10 23:58:02 +01:00
Léo Le Bouter b610e4b9a7
gnu: lib3mf: Update to 2.1.1 [security fixes].
Non-exhaustively, fixes CVE-2021-21772.

* gnu/packages/engineering.scm (lib3mf): Update to 2.1.1.
[arguments]<#:phases>: Remove.
[arguments]<#:configure-flags>: Do not use zlib, libzip, gtest and libressl
vendored sources.
[native-inputs]: Remove googletest-source, add googletest and pkg-config.
[inputs]: Add libzip, libressl and zlib.
2021-03-10 22:22:04 +01:00
Léo Le Bouter 04d780b5c6
gnu: openscad: Disable failing tests with cgal@5.2 input.
* gnu/packages/engineering.scm (openscad)[arguments]: Add more disable tests in
'check phase.
2021-03-05 23:51:57 +01:00
Efraim Flashner cd7bd1cc8f
gnu: libredwg: Update to 0.12.3.
* gnu/packages/engineering.scm (libredwg): Update to 0.12.3.
2021-03-02 10:46:56 +02:00
Léo Le Bouter e56186df59
gnu: cutter: Fix build by depending on older radare2.
* gnu/packages/engineering.scm (radare2-for-cutter): New variable. Version 5.0.0.
(cutter)[inputs]: Move from radare2 to radare2-for-cutter.
2021-03-01 19:06:42 +01:00
Léo Le Bouter 85da3f52cb
gnu: radare2: Update to 5.1.1.
* gnu/packages/engineering.scm (radare2): Update to 5.1.1.
2021-03-01 06:10:57 +01:00
Léo Le Bouter 3505d86502
gnu: openscad: Update to 2021.01 [maybe fixes TALOS-2020-1222, TALOS-2020-1223].
TALOS-2020-1222 has yet to be disclosed and has no known CVE number.
TALOS-2020-1223 has CVE-2020-28599 assigned.

* gnu/packages/engineering.scm (openscad): Update to 2021.01.
[patches]: Remove. Boost 1.72 is supported now upstream.
[arguments]: In replacement 'check phase, disable some tests requiring
experimental "lazy-union" feature. Also disable PDF-related tests requiring
ghostscript and failing either way.
* gnu/local.mk (dist_patch_DATA): Remove patch.
* gnu/packages/patches/openscad-parser-boost-1.72.patch: Ditto.
2021-03-01 03:01:41 +01:00
Ludovic Courtès d6544dc7b8
gnu: poke: Add dependency on libtextstyle.
* gnu/packages/engineering.scm (poke)[inputs]: Add LIBTEXSTSTYLE.
2021-02-26 15:17:43 +01:00
Ludovic Courtès 5e7388e15e
gnu: poke: Update to 1.0.
* gnu/packages/engineering.scm (poke): Update to 1.0.
[source]: Use URL-FETCH.
[native-inputs]: Remove AUTOCONF, AUTOMAKE, GETTEXT, and HELP2MAN.
[arguments]: Remove #:phases.
[supported-systems]: New field.
2021-02-26 15:16:56 +01:00
qblade c1da9829f8
gnu: Add python-esptool.
* gnu/packages/engineering.scm (python-esptool-3.0): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-25 10:44:05 +01:00
Vinicius Monego 48ed66a632
gnu: libredwg: Update to 0.12.1.
* gnu/packages/engineering.scm (libredwg): Update to 0.12.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-21 01:25:12 +01:00
Morgan Smith dcb5943944
gnu: Add emacs-scad-mode.
* gnu/packages/engineering.scm (emacs-scad-mode): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-01-29 12:09:11 +01:00
Vincent Legoll 664ab4ada7
gnu: cutter: Update to 1.12.0.
* gnu/packages/engineering.scm (cutter): Update to 1.12.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-20 10:51:54 +02:00
Vincent Legoll 86a56622a7
gnu: radare2: Update to 5.0.0.
* gnu/packages/engineering.scm (radare2): Update to 5.0.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-20 10:51:51 +02:00
Vinicius Monego d29e09ff36
gnu: libredwg: Update to 0.12.
* gnu/packages/engineering.scm (libredwg): Update to 0.12.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-01-13 16:26:58 +01:00
Ekaitz Zarraga ed2e0b1b50
gnu: FreeCad: Update to 0.18.5-1.7616153.
Fixes "Draft module import errors" and other runtime errors.

* gnu/packages/engineering.scm (freecad): Update to 0.18.5-1.7616153.
[inputs]: Add python-pivy and qtwebkit. Move python-pyside-2-tools...
[native-inputs]: ... to here.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-01-04 15:09:12 -05:00
Ricardo Wurmus 1f0f5d017d
gnu: lepton-eda: Update to 1.9.13-20201211.
* gnu/packages/engineering.scm (lepton-eda): Update to 1.9.13-20201211.
[inputs]: Replace gtk+-2 with gtk+; add gtksheet.
[arguments]: Do not inherit from geda-gaf; add "--with-gtk3" configure flag;
add phase "fix-dynamic-link"; unset environment variables in
"compile-scheme-files" phase; do not wrap executables in
GUILE_LOAD_COMPILED_PATH.
2020-12-27 18:14:34 +01:00
Tobias Geerinckx-Rice 8b46a7e319
gnu: volk: Update to 2.4.1.
* gnu/packages/engineering.scm (volk): Update to 2.4.1.
2020-12-20 20:22:08 +01:00
Brice Waegeneire bf51c1aff4
gnu: Add kicad-doc.
* gnu/packages/engineering.scm (kicad-doc): New variable.
(kicad)[native-search-paths]: Add 'KICAD'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-18 16:13:40 +01:00
Vinicius Monego e1da617a20
gnu: libredwg: Update to 0.11.1.
* gnu/packages/engineering.scm (libredwg): Update to 0.11.1.
[native-inputs]: Change python to python-wrapper, add perl.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-12-12 21:50:41 +01:00
Ekaitz Zarraga 383f087cd7
gnu: freecad: Update to 0.18.5
* gnu/packages/engineering.scm (freecad): Update to 0.18.5

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-12-06 22:28:10 +01:00
Ekaitz Zarraga 50c24bbd4f
gnu: freecad: Fix compilation flags.
* gnu/packages/engineering.scm (freecad)[arguments]: Set correct
search paths in compilation flags.  Fixes <https://bugs.gnu.org/43448>.

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-12-06 22:28:10 +01:00
Tobias Geerinckx-Rice 8da64e9bf9
gnu: volk: Remove static library.
* gnu/packages/engineering.scm (volk)[arguments]: Add a
'remove-static-libraries phase.
2020-11-25 23:56:29 +01:00
Tobias Geerinckx-Rice 6a18f4c5dc
gnu: volk: Update to 2.4.0.
* gnu/packages/engineering.scm (volk): Update to 2.4.0.
[source]: Clone recursively.
2020-11-25 23:56:29 +01:00
Tobias Geerinckx-Rice fc14661c7b
gnu: volk: Fetch from git repository.
* gnu/packages/engineering.scm (volk)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2020-11-25 23:56:28 +01:00
Arun Isaac b67bff2277
gnu: Add pcb2gcode.
* gnu/packages/engineering.scm (pcb2gcode): New variable.
2020-11-24 21:20:42 +05:30
Ricardo Wurmus 4e9b2e8ba2
gnu: inspekt3d: Build with Guile 3.
* gnu/packages/engineering.scm (inspekt3d)
[source]: Add snippet to allow building with Guile 3.0.
[inputs]: Replace guile-2.2 with guile-3.0.
[propagated-inputs]: Replace guile-opengl with guile3.0-opengl.
2020-11-13 21:42:45 +01:00
Ricardo Wurmus dd012afde4
gnu: libfive: Update to 0-4.8ca1b86.
* gnu/packages/engineering.scm (libfive): Update to 0-4.8ca1b86.
[inputs]: Replace guile-2.2 with guile-3.0.
2020-11-13 21:42:45 +01:00
Efraim Flashner b4731adf82
gnu: libngspice: Update source URI list.
* gnu/packages/engineering.scm (libngspice)[source]: Add alternate
source URI.
2020-11-09 11:34:09 +02:00
Tobias Geerinckx-Rice 874d2bc9c9
gnu: pcb-rnd: Update to 2.2.4.
* gnu/packages/engineering.scm (pcb-rnd): Update to 2.2.4.
2020-10-01 00:13:42 +02:00