Maxim Cournoyer
e6cea915d4
gnu: fastcap: Import the correct set of modules.
...
* gnu/packages/engineering.scm (fastcap) [arguments]
<modules>: Replace %default-gnu-imported-modules with %default-gnu-modules.
Change-Id: Ia1b6bbb2b4fa28ac22e129c83bc9ad2043ff755f
2024-08-31 10:42:18 +02:00
Maxim Cournoyer
f59df1aa3c
build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-modules.
...
Until now users would have to cargo cult or inspect the private
%default-modules variable of (guix build-systems gnu) to discover which
modules to include when extending the used modules via the #:modules argument.
The renaming was automated via the command:
$ git grep -l %gnu-build-system-modules
| xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i
* guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to...
(%default-gnu-imported-modules): ... this.
(%default-modules): Rename to...
(%default-gnu-modules): ... this. Export.
(dist-package, gnu-build, gnu-cross-build): Adjust accordingly.
Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee
2024-08-31 10:42:16 +02:00
Guillaume Le Vaillant
6bec6c20b6
gnu: openscad: Fix build.
...
Fixes <https://issues.guix.gnu.org/72693 >.
* gnu/packages/patches/openscad-fix-boost-join.patch: New file.
* gnu/packages/patches/openscad-with-cgal-5.3.patch: New file.
* gnu/packages/patches/openscad-with-cgal-5.4.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register new patches.
* gnu/packages/engineering.scm (openscad)[source]: Use new patches.
[inputs, native-inputs]: Remove labels.
[arguments]: Disable a few more tests. Remove trailing booleans.
Change-Id: I3ce103afd8669dd68c95352a87d76994a3f08504
2024-08-22 15:34:12 +02:00
Evgeny Pisemsky
91b69f154d
gnu: wireviz: Update to 0.4.1.
...
* gnu/packages/engineering.scm (wireviz): Update to 0.4.1.
Change-Id: Icdf85520272781d7a62867b6b10e111dcfda537d
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-08-20 10:30:00 +02:00
guix-patches--- via
bcdd77177b
gnu: Add zydis.
...
* gnu/packages/engineering.scm (zydis): New variable.
Change-Id: I6e0b04e1d957f8c172e81177f6669415beeaf20a
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-08-19 13:36:55 +08:00
guix-patches--- via
724960a264
gnu: Add zycore.
...
* gnu/packages/engineering.scm (zycore): New variable.
Change-Id: Ia38413f43bc667a9a12916d3f0e786e06f6d358f
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-08-19 13:36:55 +08:00
Artyom V. Poptsov
99a81b6f2a
gnu: prusa-slicer: Update to 2.7.4.
...
* gnu/packages/engineering.scm (prusa-slicer): Update to 2.7.4.
[source]: Remove "prusa-slicer-boost-fixes.patch" and
"prusa-slicer-with-cereal-1.3.1.patch". Move some part of the snippet code to
custom build phases.
[arguments] <configure-flags>: Add paths to external libraries. Add
"fix-include-paths" phase.
[native-inputs]: Add catch2.
[inputs]: Use prusa-wxwidgets instead of wxwidgets to fix segfaults. Add
qhull, nanosvg, heatshrink and prusa-libbgcode. Sort inputs aphabetically.
* gnu/packages/patches/prusa-slicer-boost-fixes.patch,
gnu/packages/patches/prusa-slicer-with-cereal-1.3.1.patch: Remove unused
patches.
* gnu/local.mk (dist_patch_DATA): De-register "prusa-slicer-boost-fixes.patch"
and "prusa-slicer-with-cereal-1.3.1.patch".
Change-Id: I15e85d63c9ad6c731c8040ef2d8ec8b2f31f2ab7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-12 23:09:07 +01:00
Artyom V. Poptsov
ccb3bdcbe2
gnu: Add prusa-libbgcode.
...
* gnu/packages/engineering.scm (prusa-libbgcode): New variable.
Change-Id: I1f18c399d0fe36987c613ce4c0c3845c803beb45
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-12 23:09:06 +01:00
Artyom V. Poptsov
393f4a1f58
gnu: libigl: Update to 2.4.0.
...
* gnu/packages/engineering.scm (libigl): Update to 2.4.0.
[arguments]: Use Gexps. Update configure flags. Disable GLFW tests as they
are failing with SEGFAULT errors (see
<https://github.com/libigl/libigl/issues/2313 >.)
Update "unpack-external" phase: add new dependencies.
Update "patch-cmake" phase to prevent CMake from trying to download external
dependencies. Help CMake to find the package inputs.
Add "fix-assertions" and "install-copyleft-modules" phase.
[native-inputs]: Add catch2.
[inputs]: Swap glfw to glfw-3.4. Add openblas, imgui and spectra,
libigl and imguizmo. Remove catch2.
Change-Id: Ib4ac842dc14fe1cbc6b0b87674bae1f261a1a970
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-12 23:07:51 +01:00
Evgeny Pisemsky
3c309a7b70
Change email of Evgeny Pisemsky.
...
* .mailmap: Add entry to Evgeny Pisemsky.
* gnu/packages/emacs-xyz.scm, gnu/packages/engineering.scm,
gnu/packages/guile-xyz.scm, gnu/packages/hardware.scm,
gnu/packages/perl.scm, gnu/packages/python-xyz.scm,
gnu/packages/sdl.scm, gnu/packages/web.scm: Adjust copyright line.
Change-Id: I9a10be1ee7cc164f18d826b51348ee26eee2ca4b
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2024-08-05 00:44:43 +03:00
Vinicius Monego
f093ea3f2e
gnu: Add python-motulator.
...
* gnu/packages/engineering.scm (python-motulator): New variable.
Change-Id: I96af42be634a4ceaffe011d81177d42d48616eb2
Signed-off-by: jgart <jgart@dismail.de>
2024-07-29 13:48:50 -05:00
Vinicius Monego
92993da382
gnu: ngspice: Enable tests.
...
* gnu/packages/engineering.scm (ngspice)[arguments]: Pass #t to #:tests?.
[native-inputs]: Add perl.
Change-Id: I209999b5685865e9c7a17106da8ffab9fad1367b
2024-07-28 10:49:17 -03:00
Vinicius Monego
0c3fd900cf
gnu: libngspice, ngspice: Improve package style.
...
* gnu/packages/engineering.scm (libngspice, ngspice): Reformat packages using
'guix style'.
[arguments]: Use G-Expressions.
Change-Id: I59efa6a78797c2dc2a960ce0be74b2a7381d6d4c
2024-07-28 10:49:17 -03:00
Vinicius Monego
bd03b42d91
gnu: libngspice, ngspice: Update to 43.
...
* gnu/packages/engineering.scm (libngspice, ngspice): Update to 43.
(libngspice)[arguments]<#:phases>: Delete the 'patch-timestamps and
'delete-program-manuals phases.
(ngspice)[arguments]<#:phases>: Delete the 'delete-include-files phase.
Remove the line that deletes the now deleted 'delete-program-manuals phase.
These substitutions do not apply anymore.
Change-Id: Ie7ec8dd0998df38828e2e0af226158922e34ea09
2024-07-28 10:49:17 -03:00
Zheng Junjie
e3fc36b8fb
gnu: qelectrotech: Fix build.
...
* gnu/packages/engineering.scm (qelectrotech)[inputs]: Replace kcoreaddons
and kwidgetsaddons with kcoreaddons-5 and kwidgetsaddons-5.
Change-Id: Ib6b866fe5f9f059462745f22126dd80c28e814f0
2024-07-18 10:45:30 +08:00
jgart
a800c49fb7
gnu: python-lcapy: Remove python-setuptools.
...
* gnu/packages/engineering.scm (python-lcapy) [propagated-inputs]: Remove
python-setuptools in order to satisfy the linter.
Change-Id: I41862a578d59b78b9f81f8a06d07e8a9260e3a9a
2024-07-16 20:51:51 -05:00
Vinicius Monego
a384d06479
gnu: Add python-lcapy.
...
* gnu/packages/engineering.scm (python-lcapy): New variable.
Change-Id: Ieca7f9e717dd1cd59ebe124bd51937680f8c9eb5
Signed-off-by: jgart <jgart@dismail.de>
2024-07-16 20:35:26 -05:00
Vinicius Monego
f4f79861e6
gnu: Add python-pandapipes.
...
* gnu/packages/engineering.scm (python-pandapipes): New variable.
Change-Id: I5858f8a82ec6b351e14a03ecc52a0b9fef62f7c0
Signed-off-by: jgart <jgart@dismail.de>
2024-07-15 22:55:37 -05:00
Vinicius Monego
1cab0165a9
gnu: Add python-pandapower.
...
* gnu/packages/engineering.scm (python-pandapower): New variable.
Change-Id: I08bbb31df0e8c9918f331c420eb2f3ac136b69a8
Signed-off-by: jgart <jgart@dismail.de>
2024-07-15 22:55:36 -05:00
Sören Tempel
045ada8359
gnu: capstone: Backport upstream fix for Python bindings.
...
* gnu/packages/patches/capstone-fix-python-constants.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/engineering.scm (capstone): New patch.
Signed-off-by: jgart <jgart@dismail.de>
2024-07-09 13:37:27 -05:00
Vinicius Monego
2c49dd3550
gnu: python-scikit-rf: Update to 1.1.0.
...
* gnu/packages/engineering.scm (python-scikit-rf): Update to 1.1.0.
Change-Id: If72801c7dd0958c538ee95748794b67711b21cf1
2024-07-05 23:04:16 -03:00
Vinicius Monego
f40d519979
gnu: meep: Update to 1.29.0.
...
* gnu/packages/engineering.scm (meep): Update to 1.29.0.
Change-Id: I0a23aa041dc97cc6ba4102af66abd8c77b6bbf8b
2024-07-05 23:04:15 -03:00
Andy Tai
24fa4ff965
gnu: poke: Update to 4.2.
...
* gnu/packages/engineering.scm (poke): Update to 4.2.
Change-Id: I35111e06a68601805ab6159dce9261f80df205d0
Signed-off-by: jgart <jgart@dismail.de>
2024-07-01 00:20:44 -05:00
Lars Bilke
78b881722f
gnu: freecad: Add patch for vtk 9.3.0.
...
* gnu/packages/patches/freecad-vtk-9.3.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register file.
* gnu/packages/engineering.scm (freecad)[source]: Add patch.
Change-Id: Ie520a92ffe6f8bdd2678470ee06f618d74349460
Signed-off-by: Andreas Enge <andreas@enge.fr>
2024-06-27 19:01:17 +02:00
Juliana Sims
6153ba29b9
gnu: cutter: Update to 2.3.4.
...
Fixes <https://issues.guix.gnu.org/63669 >.
* gnu/packages/engineering.scm (cutter): Update to 2.3.4.
(radare2-for-cutter): Delete.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Reported-by: XVilka Haos of System <xvilka@gmail.com>
Change-Id: Id8c9087df56bd11a81103635920f9ad0b6a290b5
2024-06-11 23:57:08 +02:00
Robin Ole Heinemann
196a51e288
gnu: ngspice: Delete correct delete-scripts phase.
...
The spinit script is required for xspice to work correctly.
* gnu/packages/engineering.scm (ngspice)[arguments]: Delete the
'delete-scripts phase rather than the non-existent 'delete-script-files phase.
Signed-off-by: Christopher Baines <mail@cbaines.net>
Change-Id: I4c3620c6d42e407904577a9559e3d89016e895f6
2024-06-11 11:53:48 +01:00
Andy Tai
94fd9da1bb
gnu: poke: Update to 4.1.
...
* gnu/packages/engineering.scm (poke): Update to 4.1.
Change-Id: If8276f8710f06555a261cfda347eae45a1b5c793
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-06-06 17:53:49 +01:00
Vinicius Monego
4a49457995
gnu: meep: Update to 1.28.0.
...
* gnu/packages/engineering.scm (meep): Update to 1.28.0.
[arguments]: Use G-Expressions.
[native-inputs, inputs]: Use package labels.
Change-Id: I98c867645bb7e052a4b909753bc150c4c25d1638
2024-05-11 18:11:04 -03:00
Vinicius Monego
30fe006a0b
gnu: python-scikit-rf: Update to 1.0.0.
...
* gnu/packages/engineering.scm (python-scikit-rf): Update to 1.0.0.
Change-Id: I95a3433a365b89ec0f3b641415368823d238244b
2024-05-11 14:24:49 -03:00
Danny Milosavljevic
9fa34ad616
gnu: Add cadabra2.
...
* gnu/packages/engineering.scm (cadabra2): New variable.
Change-Id: Ia35b1317b18eb1d8729f003a27df07ac7888d412
2024-04-22 00:53:57 +02:00
Jean-Pierre De Jesus DIAZ
f2c5482af4
gnu: coin3D: Rename to coin3d.
...
* gnu/packages/graphics.scm (coin3d): New Variable.
(coin3D): Define as deprecated.
(coin3D-4): Point to coin3d.
* gnu/packages/engineering.scm (freecad): Use coin3d instead of coin3D.
* gnu/packages/python-xyz.scm (python-pivy): Ditto.
* gnu/packages/qt.scm (soqt): Ditto.
Change-Id: I4e83e25e80c512350f38024847891eac14723f26
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-04-15 10:14:06 +01:00
Zac Berkowitz
50a72a08af
gnu: qtserialport: Update to 6.6.3.
...
* gnu/packages/qt.scm (qtserialport): Rename to ...
* gnu/packages/qt.scm (qtserialport-5): ... this.
* gnu/packages/qt.scm (qtserialport): New variable.
* gnu/packages/engineering.scm (fritzing, candle)
[inputs]: Replace qtserialport with qtserialport-5.
* gnu/packages/geo.scm (qgis): Likewise.
* gnu/packages/kde-utils.scm (atelier, libatcore): Likewise.
* gnu/packages/qt.scm (qtserialbus, qtlocation, python-pyqt): Likewise.
* gnu/packages/radio.scm (wsjtx, jtdx, js8call)
(sdrangel, wfview, qdmr): Likewise.
Change-Id: I8e0c8d2408ea0bf776b2efe58e23821cb653363c
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-04-06 12:23:19 -04:00
Romain GARBAGE
f5b1471796
gnu: harminv: Switch to openblas.
...
* gnu/packages/engineering.scm (harminv): Switch input dependency from
lapack to openblas.
Change-Id: Id6e85550f3559afde6732346e299486b3255cebe
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-04 16:19:26 +02:00
Romain GARBAGE
64b0ae2e8a
gnu: meep: Switch to openblas.
...
* gnu/packages/engineering.scm (meep): Switch input dependency from
lapack to openblas.
Change-Id: I0d7e3281b588472abd7a9b9c33249d52c925fe35
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-04 16:18:33 +02:00
Romain GARBAGE
a5293c81a8
gnu: mpb: Switch to openblas.
...
* gnu/packages/engineering.scm (mpb): Switch input dependency from
lapack to openblas.
Change-Id: Ie5920a0014942642360660f7022f887af4eab721
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-04 16:18:25 +02:00
Vinicius Monego
8a683b1628
gnu: librecad: Update to 2.2.0.2.
...
* gnu/packages/engineering.scm (librecad): Update to 2.2.0.2.
[arguments]<#:phases>: Delete the patch-boost-error, add-missing-headers and
patch-paths phases. Remove trailing #t.
* gnu/packages/patches/librecad-support-for-boost-1.76.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Change-Id: I23cc1a80b2e9e73bdef40575c4104480cc830d8c
2024-03-30 08:36:10 -03:00
宋文武
517a198060
gnu: rizin: Update to 0.7.2.
...
* gnu/packages/engineering.scm (rizin): Update to 0.7.2.
[arguments]: Add '-Duse_sys_libzstd=enabled' and '-Duse_sys_pcre2=enabled' to
configure-flags. Enable 'hash' tests.
[inputs]: Add pcre2 and zstd:lib.
Change-Id: I36321856b400e509cf00580588bfbc3b9e828f7f
2024-03-23 19:15:23 +08:00
Efraim Flashner
0a6663835c
gnu: poke: Adjust vim plugin directory.
...
* gnu/packages/engineering.scm (poke)[arguments]: Add configure-flag to
install vim plugin to the correct directory.
Change-Id: I8977fe1858a144ba630b3757e038142424cd1c23
2024-02-25 16:20:35 +02:00
Peter Polidoro
63b96da5ea
gnu: kicad: Update to 7.0.11.
...
* gnu/packages/engineering.scm (kicad): Update to 7.0.11.
Change-Id: I9cde8a2c4888f954334f874a48b8ea1c35145084
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-02-24 10:09:35 +01:00
Vinicius Monego
2836325c2b
gnu: python-scikit-rf: Update to 0.31.0.
...
* gnu/packages/engineering.scm (python-scikit-rf): Update to 0.31.0.
Change-Id: I5dc8891530d7a7e55a899cfde4f72aecc83ec044
2024-01-24 20:02:47 -03:00
Vinicius Monego
b482a6c768
gnu: libngspice: Update to 42.
...
* gnu/packages/engineering.scm (libngspice, ngspice): Update to 42.
Change-Id: Ib7b72724f8f46ce376bd6517cb2652c870edcb0d
2024-01-19 22:01:31 -03:00
Peter Polidoro
8df79db37a
gnu: kicad: Update to 7.0.10.
...
* gnu/packages/engineering.scm (kicad): Update to 7.0.10.
Change-Id: I7461d2d6736a4618c52767fecc6c0af2c531c1f5
2024-01-04 13:38:10 +01:00
Efraim Flashner
8e61e63515
gnu: gerbv: Use a source file-name.
...
* gnu/packages/engineering.scm (gerbv)[source]: Add file-name field.
Change-Id: Ia0264233a75aa6fc2bd54de23c9510e184cbee31
2023-12-11 08:31:26 +02:00
Vinicius Monego
6ec6b1c6c1
gnu: gerbv: Update to 2.10.0.
...
* gnu/packages/engineering.scm (gerbv): Update to 2.10.0.
[source]: Switch to maintained repository.
[native-inputs]: Add autoconf, automake, gettext-minimal, libtool.
Remove package labels.
[inputs]: Add comment about GTK+2. Remove package labels.
[home-page]: Update URL.
Change-Id: Ie30c4ae618b3b57e9b59e3e40f1423fed4d26135
2023-12-05 16:41:53 -03:00
Vinicius Monego
b3e9384499
gnu: python-scikit-rf: Update to 0.30.0.
...
* gnu/packages/engineering.scm (python-scikit-rf): Update to 0.30.0.
Change-Id: Ia33268f2a655a80a645e30c4b1e08e830da83ae4
2023-12-05 16:41:52 -03:00
Vinicius Monego
2f5599a46e
gnu: freecad: Update to 0.21.2.
...
* gnu/packages/engineering.scm (freecad): Update to 0.21.2.
Change-Id: Ia7ca92405dfe5cf155387e9fec5ad135701e91c1
2023-12-05 16:41:52 -03:00
Peter Polidoro
fc6bdaad57
gnu: kicad: Update to 7.0.9.
...
* gnu/packages/engineering.scm (kicad): Update to 7.0.9.
Change-Id: I83c232958e29f38134454efcac25d2e2cfb8e500
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-11-16 15:44:13 +01:00
Bruno Victal
25555c9820
gnu: Remove emacs-poke.
...
This naming conflicts with the ELPA 'poke' package, a emacs interface to
GNU poke.
* gnu/packages/engineering.scm (emacs-poke): Turn into a deprecated
alias for “poke”.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-10-21 16:07:58 +02:00
Bruno Victal
ae2f075716
gnu: poke: Install emacs modes.
...
* gnu/packages/engineering.scm (poke)[arguments]<#:configure-flags>: Correctly
set lispdir for emacs.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-10-21 16:06:06 +02:00
Bruno Victal
03b350ab62
gnu: poke: Revise package definition.
...
Rewrite package using G-Expressions. Remove obsolete comments, options and
unused dependencies [1].
[1]: GNU poke commit: c17b0fb7d9d0b97398c664c882d6ef1e732bc66a
* gnu/packages/engineering.scm (poke)[inputs]: Remove json-c.
[arguments]: Use G-Expression. Remove obsolete comments and configure-flags.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-10-21 16:06:00 +02:00