summaryrefslogtreecommitdiff
path: root/gnu/packages/engineering.scm
AgeCommit message (Collapse)Author
2023-02-09gnu: tree-sitter: Move to its own module.Pierre Langlois
* gnu/packages/text-editors.scm (tree-sitter): Move to ... * gnu/packages/tree-sitter.scm: ... here, a new module. * gnu/packages/vim.scm: Use (gnu packages tree-sitter). * gnu/packages/emacs.scm: Use (gnu packages tree-sitter). * gnu/local.mk (GNU_SYSTEM_MODULES): Register tree-sitter.scm new module. Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-02-06gnu: Add python-scikit-rf.Vinicius Monego
* gnu/packages/engineering.scm (python-scikit-rf): New variable.
2023-02-06gnu: Add python-pyvisa.Vinicius Monego
* gnu/packages/engineering.scm (python-pyvisa): New variable.
2023-01-29gnu: kicad: Update to 6.0.11.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (kicad): Update to 6.0.11.
2023-01-30gnu: Add emacs-poke.Efraim Flashner
* gnu/packages/engineering.scm (emacs-poke): New variable. (poke)[arguments]: Add configure-flag to install emacs files to temporary directory.
2023-01-26gnu: poke: Disable static library.Efraim Flashner
* gnu/packages/engineering.scm (poke)[arguments]: Adjust configure-flags to skip the static library.
2023-01-26gnu: poke: Update to 3.0.Efraim Flashner
* gnu/packages/engineering.scm (poke): Update to 3.0.
2023-01-10gnu: lib3mf: Update to 2.2.0.Marius Bakke
* gnu/packages/engineering.scm (lib3mf): Update to 2.2.0.
2023-01-10gnu: lib3mf: Remove bundled software.Marius Bakke
* gnu/packages/engineering.scm (lib3mf)[source](snippet): Delete bundled copies of libzip and zlib. Adjust header inclusions.
2023-01-10gnu: lib3mf: Remove input labels.Marius Bakke
* gnu/packages/engineering.scm (lib3mf)[inputs]: Remove labels.
2023-01-10gnu: lib3mf: Remove bundled ACT.Marius Bakke
* gnu/packages/engineering.scm (lib3mf)[source](modules, snippet): New fields. [arguments]: Add phase to provide act binary. [native-inputs]: Add AUTOMATIC-COMPONENT-TOOLKIT.
2023-01-07gnu: python-capstone: Fix tests.Marius Bakke
* gnu/packages/engineering.scm (python-capstone)[arguments]: Override check phase. While here, remove label usage in chdir-and-fix-setup-py phase.
2023-01-05gnu: kicad: Update to 6.0.10.Peter Polidoro
* gnu/packages/engineering.scm (kicad): Update to 6.0.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-02gnu: prusa-slicer: Fix segfault on startup.Brian Kubisiak
* gnu/packages/engineering.scm (prusa-slicer)[inputs]: Change from wxwidgets to wxwidgets-3.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-12-25gnu: freecad: Fix the package hash.Artyom V. Poptsov
* gnu/packages/engineering.scm (freecad): Fix the package hash. Signed-off-by: Andrew Tropin <andrew@trop.in>
2022-12-11gnu: rizin: Update to 0.4.1.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (rizin): Update to 0.4.1.
2022-12-05gnu: freecad: Update to 0.20.2.Vinicius Monego
* gnu/packages/engineering.scm (freecad): Update to 0.20.2.
2022-12-02gnu: kicad: Remove obsolete phases.Marius Bakke
* gnu/packages/engineering.scm (kicad)[arguments]: Remove two phases.
2022-12-02gnu: wxWidgets: Update to 3.2.1.Marius Bakke
* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.2.1. [source](modules, snippet): New fields. [inputs]: Remove SDL. Add CATCH-FRAMEWORK, EXPAT, GSTREAMER, GST-PLUGINS-BASE, LIBNOTIFY, LIBPNG, LIBSECRET, PCRE, SDL2, WEBKITGTK-WITH-LIBSOUP2, and ZLIB [arguments]: Add "--enable-mediactrl" and "--enable-gui" to #:configure-flags. Remove aarch64 workaround. Install catch header in refer-to-inputs phase. Add phase to adjust WebKitGTK version. (wxwidgets-3.1, wxwidgets-gtk2-3.1): Remove variables. (wxwidgets-3.0, (wxwidgets-gtk2-3.0): New variables. (wxsvg)[inputs]: Change from WXWIDGETS-3.1 to WXWIDGETS. * gnu/packages/audio.scm (audacity)[inputs]: Likewise. * gnu/packages/cdrom.scm (dvdstyler)[inputs]: Likewise. * gnu/packages/astronomy.scm (imppg)[inputs]: Change from WXWIDGETS to WXWIDGETS-3.0. * gnu/packages/ftp.scm (filezilla)[inputs]: Likewise. * gnu/packages/games.scm (megaglest)[inputs]: Likewise. * gnu/packages/geo.scm (opencpn)[inputs]: Likewise. * gnu/packages/music.scm (sooperlooper)[inputs]: Likewise. * gnu/packages/engineering.scm (kicad)[arguments]: Enable EGL support.
2022-11-27gnu: fritzing: Update to 0.9.6.Gabriel Wicki
* gnu/packages/engineering.scm (fritzing): Update to 0.9.6. [arguments]: Update libgit2 substitutions.
2022-11-21gnu: prusa-slicer: Update to 2.5.0.Artyom V. Poptsov
* gnu/packages/engineering.scm (prusa-slicer): Update to 2.5.0. [inputs]: Add 'libjpeg-turbo' and 'opencascade-occt'. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-19gnu: Remove coin3D@3.Marius Bakke
* gnu/packages/graphics.scm (coin3D): Take the body from ... (coin3D-4): ... this now-deprecated variable. * gnu/packages/engineering.scm (freecad)[inputs]: Change from COIN3D-4 to COIN3D. * gnu/packages/python-xyz.scm (python-pivy)[inputs]: Likewise. * gnu/packages/qt.scm (soqt)[inputs]: Likewise.
2022-11-19gnu: FreeCAD: Build with coin3D@4.Marius Bakke
* gnu/packages/engineering.scm (freecad)[inputs]: Change from COIN3D to COIN3D-4.
2022-11-18gnu: libarcus: Fix compatibility with newer protobuf.Guillaume Le Vaillant
* gnu/packages/engineering.scm (libarcus)[arguments]: Add 'fix-protobuf-compatibility' phase.
2022-11-05gnu: kicad: Update to 6.0.9.Peter Polidoro
* gnu/packages/engineering.scm (kicad): Update to 6.0.9. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-30gnu: libngspice: Update to 38.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (libngspice): Update to 38.
2022-11-02gnu: Add cgns.Ricardo Wurmus
* gnu/packages/engineering.scm (cgns): New variable. Co-authored-by: Ontje Luensdorf <Ontje.Luensdorf@dlr.de>
2022-10-31gnu: kicad: Update to 6.0.8.Peter Polidoro
* gnu/packages/engineering.scm (kicad): Update to 6.0.8. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-15gnu: catch-framework2: Rename variable to catch2.Maxim Cournoyer
Automated with: git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i
2022-09-14gnu: solvespace: Wrap with GSETTINGS_SCHEMA_DIR.Kristian Lein-Mathisen
By opening File => Open in the menu, SolveSpace crashes with: (solvespace:3891): GLib-GIO-ERROR **: 11:52:37.518: Settings schema 'org.gtk.Settings.FileChooser' is not installed fish: Job 1, 'solvespace' terminated by signal SIGTRAP (Trace or breakpoint trap) This patch should fix that, showing the GTK FileChooser dialog instead. Solution was taken from gnu/packages/messaging.scm (utox). * gnu/packages/engineering.scm (solvespace)[arguments]: Wrap with GSETTINGS_SCHEMA_DIR. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-09-08gnu: Add solvespace.Kristian Lein-Mathisen
* gnu/packages/engineering.scm (solvespace): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-14gnu: Remove ‘open source’ from package descriptions.Tobias Geerinckx-Rice
Also do some (trivial) editing where appropriate. * gnu/packages/bioconductor.scm (r-anaquin, r-rcppnumerical) [description]: Remove superfluous ‘open source’. * gnu/packages/debian.scm (apt-mirror)[description]: Likewise. Add @acronym{}. Drop obscure Ubuntu for famous Trisquel. Reorder. * gnu/packages/documentation.scm (scrollkeeper)[description]: Remove superfluous ‘open systems’. Keep ‘Open Source’ in standard name. * gnu/packages/engineering.scm (freecad, cura-engine)[description]: Remove superfluous ‘open source’ and excessive puffery. * gnu/packages/firmware.scm (make-opensbi-package) [synopsis]: Remove ‘Open Source’. Use @acronym{}. [description]: Fix first sentence to follow guidelines. Use @acronym{}. * gnu/packages/game-development.scm (ioquake3, recastnavigation): [description]: Remove ‘open source’. * gnu/packages/graphics.scm (skia)[description]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-s-sysdeps)[description]: Likewise. * gnu/packages/machine-learning.scm (onnx)[description]: Likewise. Use @acronym{}. * gnu/packages/ocaml.scm (ocaml-cudf)[description]: Likewise.
2022-08-19gnu: Add rizin.宋文武
* gnu/packages/engineering.scm (rizin): New variable.
2022-08-13gnu: freecad: Update to 0.20.1.Vinicius Monego
* gnu/packages/engineering.scm (freecad): Update to 0.20.1.
2022-08-10gnu: cereal: Update to 1.3.2.Marius Bakke
* gnu/packages/serialization.scm (cereal): Update to 1.3.2. [arguments]: Use G-expression. (cereal-1.3.0): New variable. * gnu/packages/bioinformatics.scm (salmon)[inputs]: Change from CEREAL to CEREAL-1.3.0. * gnu/packages/engineering.scm (prusa-slicer)[inputs]: Likewise.
2022-08-02gnu: kicad: Update to 6.0.7.Peter Polidoro
* gnu/packages/engineering.scm (kicad): Update to 6.0.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-07-31gnu: qttools: Rename to qttools-5.Maxim Cournoyer
Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtwebengine: Rename to qtwebengine-5.Maxim Cournoyer
Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtwebchannel: Rename to qtwebchannel-5.Maxim Cournoyer
Automated via: git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.Maxim Cournoyer
Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtquickcontrols: Rename to qtquickcontrols-5.Maxim Cournoyer
Automated via: git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer
Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtmultimedia: Rename to qtmultimedia-5.Maxim Cournoyer
Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS
2022-07-31gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer
This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
2022-07-26gnu: poke: Update to 2.4.Efraim Flashner
* gnu/packages/engineering.scm (poke): Update to 2.4.
2022-07-18gnu: pcb2gcode: Update to 2.4.0.Felix Gruber
* gnu/packages/engineering.scm (pcb2gcode): Update to 2.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-13gnu: trilinos-serial-xyce: Fetch source from git.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/46480>. * gnu/packages/engineering.scm (trilinos-serial-xyce)[source]: Fetch from git. [phases]: Delete trailing #t. [native-inputs, inputs]: Use new style. Reported-by: Danny Milosavljevic <dannym@scratchpost.org>
2022-07-13gnu: Add candle.Artyom V. Poptsov
* gnu/packages/engineering.scm (candle): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-22gnu: kicad: Update to 6.0.6.Peter Polidoro
* gnu/packages/engineering.scm (kicad): Update to 6.0.6. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-22gnu: prusa-slicer: Update to 2.4.2Artyom V. Poptsov
* gnu/packages/engineering.scm (prusa-slicer): Update to 2.4.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>