aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/engineering.scm
AgeCommit message (Expand)Author
2024-12-24gnu: Add modglue....* gnu/packages/patches/modglue-fix-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Add reference to it. * gnu/packages/engineering.scm (modglue): New variable. Change-Id: I3ffe9e8b258f49021a21b17f088bebb44245cbad Danny Milosavljevic
2024-12-23gnu: cadabra2: Fix paths....* gnu/packages/engineering.scm (cadabra2)[arguments]<#:phases>[patch-paths]: New phase. Change-Id: If22ed61f74531bd685c0e588a954982e63cb2d33 Danny Milosavljevic
2024-12-21gnu: librepcb: Update to 1.2.0....* gnu/packages/engineering.scm (librepcb): Update to 1.2.0. [source, arguments]: Rename "fontobene-qt5" to "fontobene-qt". <#:phases>: Skip a failing test in the check phase. [inputs]: Replace fontobene-qt5 by fontobene-qt. Change-Id: I5baa341f52a265ab487248a61d7ef8890af09b07 Vinicius Monego
2024-12-21gnu: python-pandapipes: Update to 0.11.0....* gnu/packages/engineering.scm (python-pandapipes): Update to 0.11.0. [source]: Update URI. Change-Id: I43bf0f48a92912abc5c6ee528f7338e2ec269b2b Vinicius Monego
2024-12-21gnu: python-motulator: Update to 0.5.0....* gnu/packages/engineering.scm (python-motulator): Update to 0.5.0. Change-Id: I6534c7801d4a03eddca4cce5219f39ae1a8a18b7 Vinicius Monego
2024-12-14gnu: cadabra2: Update to 2.5.8....* gnu/packages/engineering.scm (cadabra2): Update to 2.5.8. [arguments]<#:phases>[patch-dependencies]: Remove phase. [inputs]: Replace glibmm by glibmm-2.66. Change-Id: I1bbf7ee6e96c35c5a5dcb9c01d94cad59542a2d2 Danny Milosavljevic
2024-12-13gnu: python-scikit-rf: Fix tests....* gnu/packages/engineering.scm (python-scikit-rf): Fix tests. [arguments]: Set <#:test-flags> to ignore failing tests. Change-Id: I404b221dc9c1f15e045226196cc43d86b8796b6a Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: Add python-setuptools/python-wheel where necessary....Changes to pyproject-build-system require explicit dependency on setuptools/wheel. Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5 Lars-Dominik Braun
2024-12-13build-system/pyproject: Use python-sans-pip-wrapper as default-python....Also adds python-setuptools and python-wheel to relevant packages, either to native-inputs or to propagated inputs if the pkg_resources Python module is loaded at runtime. * guix/build-system/pyproject.scm (default-python): Default to python-sans-pip-wrapper. Change-Id: I2d986c2225114f54459dd6bb360913106e52cdf4 Lars-Dominik Braun
2024-12-08gnu: Add udis86....* gnu/packages/engineering.scm (udis86): New variable. Change-Id: I95d6e1dc6dbd07812377633a3290eea9b8102456 Hilton Chain
2024-11-26gnu: freecad: Update to 1.0.0....* gnu/packages/patches/freecad-vtk-9.3.patch: Has been upstreamed, remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/engineering (freecad)[source]: Update to 1.0.0, remove patches, add snippet to unbundle some 3rdparty code. [native-inputs]: Add c++-gsl. [inputs]: Add onsdel-solver, yaml-cpp. [configure-flags]: Add some flags. Change-Id: I3005a3b5cccc8aae4129a49e123fd5ab8293b3f2 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Vincent Legoll
2024-11-26gnu: Add ondsel-solver....* gnu/packages/engineering.scm (ondsel-solver): New variable. Change-Id: Ie966b13d1ec5351ef8b9f2459780f3da47f96db8 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Vincent Legoll
2024-11-06gnu: gerbv: Add lint-hidden-cve property....* gnu/packages/engineering.scm (gerbv)[properties]: Add lint-hidden-cve property. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nicolas Graves
2024-11-06gnu: ngspice: Don't inherit #:tests flag....* gnu/packages/engineering.scm (ngspice)[arguments]: Adjust the inherited arguments to not inherit the #:tests setting. Change-Id: Ia8d5b1e615a0683cfc438796b6c2f97642de724f Efraim Flashner
2024-10-04gnu: librseq: Update to revision 2...* gnu/packages/engineering.scm (librseq): Update to revision 2. [inputs]: Add numactl. [native-inputs]: Add pkg-config. Change-Id: I5b4f38e59e0a59156eea42519a1e2e32cbb2fa44 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Olivier Dion
2024-09-12gnu: Add embree-3....Fixes <https://issues.guix.gnu.org/73186>. Followup to commit 31a55a652f8e4856fd66b47377e214b7d20b4f61 which updated embree; libigl needs an older version. * gnu/packages/engineering.scm (embree-3): New variable. * gnu/packages/engineering.scm (libigl)[inputs]: Replace embree with embree-3 Change-Id: I8c1f038b918c8f4411fec7f53703945df6e6008a John Kehayias
2024-09-02gnu: python-pandapower: Update to 2.14.11....* gnu/packages/engineering.scm (python-pandapower): Update to 2.14.11. Change-Id: Iead1e5887681441c01aed698062e6f069bad6456 Vinicius Monego
2024-09-02gnu: python-lcapy: Update to 1.24....* gnu/packages/engineering.scm (python-lcapy): Update to 1.24. Change-Id: Iae167b94f0c50a9322ae7122ee574bf4b3ef5961 Vinicius Monego
2024-09-02gnu: python-scikit-rf: Update to 1.3.0....* gnu/packages/engineering.scm (python-scikit-rf): Update to 1.3.0. Change-Id: Ibf8f77715c6d926dab61f5e385ca7db82786ee70 Vinicius Monego
2024-08-31gnu: geda-gaf: Add libxcrypt dependency....* gnu/packages/engineering.scm (geda-gaf)[inputs]: Add libxcrypt. Change-Id: I4ecaa99609b59f052542360287294bd9eb1f4d3c 宋文武
2024-08-31gnu: freehdl: Fix build....* gnu/packages/engineering.scm (freehdl)[arguments]: Don't refer to nonexistent 'install-scripts' phase. Change-Id: I5a2a742dc2ab3221117e3907e2f3fc4d035198b8 宋文武
2024-08-31gnu: libarea: Fix build....* gnu/packages/engineering.scm (libarea)[arguments]: Enable BOOST_TIMER_ENABLE_DEPRECATED option in 'cmake-configure' phase. Change-Id: I6821c675bcd815b5fa7745160ec88c97abf2d4be Guillaume Le Vaillant
2024-08-31gnu: engineering: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/engineering.scm (librecad): Remove trailing #t. [inputs]: Add 'bash-minimal'. (volk, freehdl, freecad, solvespace, cura): Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I66ce8c602706ef0bf6a9c7bc60f51e34f0e823d5 Maxime Devos
2024-08-31gnu: fasthenry: Import the correct set of modules....* gnu/packages/engineering.scm (fasthenry) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: I8e49c7ae4d430a4f6531bfdcc7f36edacd2d0508 Maxim Cournoyer
2024-08-31gnu: 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 Maxim Cournoyer
2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......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 Maxim Cournoyer
2024-08-22gnu: 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 Guillaume Le Vaillant
2024-08-20gnu: 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> Evgeny Pisemsky
2024-08-19gnu: Add zydis....* gnu/packages/engineering.scm (zydis): New variable. Change-Id: I6e0b04e1d957f8c172e81177f6669415beeaf20a Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> guix-patches--- via
2024-08-19gnu: Add zycore....* gnu/packages/engineering.scm (zycore): New variable. Change-Id: Ia38413f43bc667a9a12916d3f0e786e06f6d358f Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> guix-patches--- via
2024-08-12gnu: 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> Artyom V. Poptsov
2024-08-12gnu: Add prusa-libbgcode....* gnu/packages/engineering.scm (prusa-libbgcode): New variable. Change-Id: I1f18c399d0fe36987c613ce4c0c3845c803beb45 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Artyom V. Poptsov
2024-08-12gnu: 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> Artyom V. Poptsov
2024-08-05Change 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> Evgeny Pisemsky
2024-07-29gnu: Add python-motulator....* gnu/packages/engineering.scm (python-motulator): New variable. Change-Id: I96af42be634a4ceaffe011d81177d42d48616eb2 Signed-off-by: jgart <jgart@dismail.de> Vinicius Monego
2024-07-28gnu: ngspice: Enable tests....* gnu/packages/engineering.scm (ngspice)[arguments]: Pass #t to #:tests?. [native-inputs]: Add perl. Change-Id: I209999b5685865e9c7a17106da8ffab9fad1367b Vinicius Monego
2024-07-28gnu: libngspice, ngspice: Improve package style....* gnu/packages/engineering.scm (libngspice, ngspice): Reformat packages using 'guix style'. [arguments]: Use G-Expressions. Change-Id: I59efa6a78797c2dc2a960ce0be74b2a7381d6d4c Vinicius Monego
2024-07-28gnu: 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 Vinicius Monego
2024-07-18gnu: qelectrotech: Fix build....* gnu/packages/engineering.scm (qelectrotech)[inputs]: Replace kcoreaddons and kwidgetsaddons with kcoreaddons-5 and kwidgetsaddons-5. Change-Id: Ib6b866fe5f9f059462745f22126dd80c28e814f0 Zheng Junjie
2024-07-16gnu: 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 jgart
2024-07-16gnu: Add python-lcapy....* gnu/packages/engineering.scm (python-lcapy): New variable. Change-Id: Ieca7f9e717dd1cd59ebe124bd51937680f8c9eb5 Signed-off-by: jgart <jgart@dismail.de> Vinicius Monego
2024-07-15gnu: Add python-pandapipes....* gnu/packages/engineering.scm (python-pandapipes): New variable. Change-Id: I5858f8a82ec6b351e14a03ecc52a0b9fef62f7c0 Signed-off-by: jgart <jgart@dismail.de> Vinicius Monego
2024-07-15gnu: Add python-pandapower....* gnu/packages/engineering.scm (python-pandapower): New variable. Change-Id: I08bbb31df0e8c9918f331c420eb2f3ac136b69a8 Signed-off-by: jgart <jgart@dismail.de> Vinicius Monego
2024-07-09gnu: 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> Sören Tempel
2024-07-05gnu: python-scikit-rf: Update to 1.1.0....* gnu/packages/engineering.scm (python-scikit-rf): Update to 1.1.0. Change-Id: If72801c7dd0958c538ee95748794b67711b21cf1 Vinicius Monego
2024-07-05gnu: meep: Update to 1.29.0....* gnu/packages/engineering.scm (meep): Update to 1.29.0. Change-Id: I0a23aa041dc97cc6ba4102af66abd8c77b6bbf8b Vinicius Monego
2024-07-01gnu: poke: Update to 4.2....* gnu/packages/engineering.scm (poke): Update to 4.2. Change-Id: I35111e06a68601805ab6159dce9261f80df205d0 Signed-off-by: jgart <jgart@dismail.de> Andy Tai
2024-06-27gnu: 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> Lars Bilke
2024-06-11gnu: 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 Juliana Sims
2024-06-11gnu: 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 Robin Ole Heinemann