summaryrefslogtreecommitdiff
path: root/gnu/packages/engineering.scm
Commit message (Collapse)AuthorAge
* gnu: Add librseq.Olivier Dion2022-04-12
| | | | | | * gnu/packages/engineering.scm (librseq): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add cura.Malte Frank Gerdes2022-04-07
| | | | | | * gnu/packages/engineering.scm (cura): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add python-pynest2d.Guillaume Le Vaillant2022-04-07
| | | | * gnu/packages/engineering.scm (python-pynest2d): New variable.
* gnu: Add libnest2d-for-cura.Guillaume Le Vaillant2022-04-07
| | | | * gnu/packages/engineering.scm (libnest2d-for-cura): New variable.
* gnu: Add libsavitar.Malte Frank Gerdes2022-04-07
| | | | | | * gnu/packages/engineering.scm (libsavitar): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add libcharon.Malte Frank Gerdes2022-04-07
| | | | | | * gnu/packages/engineering.scm (libcharon): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add uranium.Malte Frank Gerdes2022-04-07
| | | | | | * gnu/packages/engineering.scm (uranium): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cura-binary-data.Malte Frank Gerdes2022-04-07
| | | | | | * gnu/packages/engineering.scm (cura-binary-data): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cura-engine.Malte Frank Gerdes2022-04-07
| | | | | | * gnu/packages/engineering.scm (cura-engine): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add libarcus.Malte Frank Gerdes2022-04-07
| | | | | | * gnu/packages/engineering.scm (libarcus): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: kicad: Update to 6.0.4.Peter Polidoro2022-04-07
| | | | | | | * gnu/packages/engineering.scm (kicad, kicad-doc, kicad-symbols, kicad-footprints, kicad-packages3d, kicad-templates): Update to 6.0.4. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: prusa-slicer: Update to 2.4.1.Guillaume Le Vaillant2022-03-25
| | | | * gnu/packages/engineering.scm (prusa-slicer): Update to 2.4.1.
* gnu: capstone: Update to 4.0.2.Olivier Dion2022-03-18
| | | | | | | | | * gnu/packages/engineering.scm (capstone): Update to 4.0.2. [source]: Fix indentation and git URL. [phases]: Strip trailing #t. [home]: Update URL. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: freecad: Use same version of tbb as dependencies.Guillaume Le Vaillant2022-02-18
| | | | | | Fixes <https://issues.guix.gnu.org/54011>. * gnu/packages/engineering.scm (freecad)[inputs]: Replace tbb by tbb-2020.
* gnu: freecad: Update to 0.19.3-0.09a05a9.Guillaume Le Vaillant2022-02-14
| | | | | | | | | | | * gnu/packages/engineering.scm (freecad): Update to 0.19.3-0.09a05a9. [source]: Remove patches. [arguments]: Remove unneeded variables for pyside2 and shiboken2 from 'configure-flags'. * gnu/packages/patches/freecad-boost-serialization.patch: Remove file. * gnu/packages/patches/freecad-vtk9.patch: Remove file. * gnu/locak.mk (dist_patch_DATA): Remove "freecad-boost-serialization.patch" and "freecad-vtk9.patch".
* gnu: libngspice: Update to 36.Vinicius Monego2022-02-13
| | | | | * gnu/packages/engineering.scm (libngspice, ngspice): Update to 36. (libngspice)[inputs]: Remove labels.
* gnu: libredwg: Update to 0.12.5.Vinicius Monego2022-02-13
| | | | | * gnu/packages/engineering.scm (libredwg): Update to 0.12.5. [native-inputs]: Remove labels.
* gnu: Remove kicad-i18n.Petr Hodina2022-02-11
| | | | | | | * gnu/packages/engineering.scm (kicad-i18n): Remove variable. i18n is handled directly now in kicad@6.0.0 package source tree. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: kicad: Update to 6.0.1.Petr Hodina2022-02-11
| | | | | | | | | | | | | | | * gnu/packages/engineering.scm (kicad): Update to 6.0.1. Applied guix style command. [native-inputs]: Remove kicad-i18n. Use new syntax. [inputs]: Add bash-minimal, gtk+ and use opencascade-occt instead of opencascade-oce. Use new syntax. [arguments]: Remove phase install-translations. (kicad-doc): Update to 6.0.1. [native-inputs]: Add ruby-asciidoctor. Simplify inputs. (kicad-symbols, kicad-footprints, kicad-packages3d, kicad-templates): Update to 6.0.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: poke: Update to 2.1.Efraim Flashner2022-02-08
| | | | * gnu/packages/engineering.scm (poke): Update to 2.1.
* gnu: Add wireviz.Evgeny Pisemsky2022-02-02
| | | | | | * gnu/packages/engineering.scm (wireviz): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: librecad: Fix build with boost 1.76.Guillaume Le Vaillant2022-02-01
| | | | | | | | Fixes <https://issues.guix.gnu.org/53694>. * gnu/packages/patches/librecad-support-for-boost-1.76.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/engineering.scm (librecad)[source]: Use it.
* gnu: poke: Update to 2.0.Efraim Flashner2022-01-31
| | | | * gnu/packages/engineering.scm (poke): Update to 2.0.
* gnu: FreeCAD: Replace QtWebKit with QtWebEngine.Leo Famulari2022-01-25
| | | | | | | See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/engineering.scm (freecad)[inputs]: Remove QTWEBKIT. Add QTDECLARATIVE, QTWEBCHANNEL, and QTWEBENGINE.
* gnu: FreeCAD: Update to 0.19.3.Leo Famulari2022-01-24
| | | | * gnu/packages/engineering.scm (freecad): Update to 0.19.3.
* gnu: python-esptool-3.0: Add missing dependencies.Lars-Dominik Braun2022-01-18
| | | | | | | Fixes: <https://issues.guix.gnu.org/52988> * gnu/packages/engineering.scm (python-esptool-3.0)[propagated-inputs]: Add python-reedsolo, python-cryptography and python-bitstring.
* gnu: kicad: Fix hashes.Guillaume Le Vaillant2022-01-11
| | | | | | | This is a followup to e2d8125a5c6d4338749e6bf8882f220395b25275. * gnu/packages/engineering.scm (kicad-footprints, kicad-packages3d, kicad-templates)[source]: Fix hashes.
* gnu: kicad: Update to 5.1.12.Peter Polidoro2022-01-09
| | | | | | * gnu/packages/engineering.scm (kicad): Update to 5.1.12. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: prusa-slicer: Mark as tunable.Ludovic Courtès2022-01-01
| | | | * gnu/packages/engineering.scm (prusa-slicer)[properties]: New field.
* gnu: libfive: Mark as tunable.Ludovic Courtès2022-01-01
| | | | * gnu/packages/engineering.scm (libfive)[properties]: New field.
* FreeCAD: Add python-ply to inputs.Jacob Hrbek2021-12-31
| | | | | | * gnu/packages/engineering.scm (freecad)[inputs]: Add python-ply. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: prusa-slicer: Update to 2.4.0.Guillaume Le Vaillant2021-12-30
| | | | | * gnu/packages/engineering.scm (prusa-slicer): Update to 2.4.0. [inputs]: Remove labels.
* gnu: Add qelectrotech.Vinicius Monego2021-12-23
| | | | | | * gnu/packages/engineering.scm (qelectrotech): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add xfoil.Foo Chuan Wei2021-12-18
| | | | | | * gnu/packages/engineering.scm (xfoil): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-10
|\
| * gnu: valeronoi: Update to 0.1.6.Petr Hodina2021-12-09
| | | | | | | | | | | | * gnu/packages/engineering.scm (valeronoi): Update to 0.1.6. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: poke: Remove generated files.Efraim Flashner2021-12-06
| | | | | | | | | | * gnu/packages/engineering.scm (poke)[source]: Add snippet to remove generated files.
| * gnu: poke: Update to 1.4.Efraim Flashner2021-12-06
| | | | | | | | | | * gnu/packages/engineering.scm (poke): Update to 1.4. [native-inputs]: Remove clisp, perl, python-2, and python-3.
| * gnu: poke: Update metadata.Efraim Flashner2021-12-06
| | | | | | | | | | | | * gnu/packages/engineering.scm (poke)[home-page]: Use GNU home-page. [synopsis]: Use upstream synopsis. [description]: Reflow.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\|
| * gnu: Add valeronoi.phodina2021-12-03
| | | | | | | | | | | | * gnu/packages/engineering.scm (valeronoi): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | gnu: freecad: Fix build.Mathieu Othacehe2021-11-30
| | | | | | | | | | | | | | * gnu/packages/patches/freecad-boost-serialization.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/engineering.scm (freecad) [source]: Use it. [arguments]{#:configure-flags}: Turn it into a GEXP and adapt it.
* | gnu: freecad: Switch to vtk-9.Mathieu Othacehe2021-11-30
| | | | | | | | | | | | | | | | Switch to vtk-9 with the relevant patch to be able to get rid of vtk-8. * gnu/packages/patches/freecad-vtk9.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/engineering.scm (freecad)[source]: Use it.
* | gnu: linsmith: Pass -fcommon to compiler.Ricardo Wurmus2021-11-22
| | | | | | | | * gnu/packages/engineering.scm (linsmith)[arguments]: Add -fcommon to CFLAGS.
* | gnu: freecad: Use GUIX_PYTHONPATH.Ricardo Wurmus2021-11-22
| | | | | | | | * gnu/packages/engineering.scm (freecad)[arguments]: Use GUIX_PYTHONPATH.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\|
| * gnu: packages: Remove last year's deprecations.Tobias Geerinckx-Rice2021-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (guile3.0-shepherd): Remove variable. * gnu/packages/benchmark.scm (imb-openmpi): Likewise. * gnu/packages/boost.scm (boost-with-python3): Likewise. * gnu/packages/pep.scm (python-pep-adapter)[inputs]: Adjust accordingly. * gnu/packages/cpp.scm (nlohmann-json-cpp): Likewise. * gnu/packages/games.scm (openrct2)[inputs]: Adjust accordingly. * gnu/packages/cups.scm (escpr): Likewise. * gnu/packages/django.scm (python-django-jsonfield): Likewise. * gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme) (emacs-modus-vivendi-theme): Likewise. * gnu/packages/engineering.scm (kicad-i18l): Likewise. * gnu/packages/enlightenment.scm (enlightenment-wayland): Likewise. * gnu/packages/firmware.scm (opensbi-qemu-virt, opensbi-qemu-sifive-u): Likewise. * gnu/packages/fonts.scm (font-gnu-freefont-ttf, font-open-dyslexic): Likewise. * gnu/packages/game-development.scm (guile3.0-chickadee) (python-sge-pygame): Likewise. * gnu/packages/games.scm (retux)[inputs]: Adjust accordingly. * gnu/packages/gnome-xyz.scm (numix-theme): Likewise. * gnu/packages/gnupg.scm (guile3.0-gcrypt): Likewise. * gnu/packages/gstreamer.scm (gst-transcoder): Likewise. * gnu/packages/gtk.scm (guile3.0-cairo, guile3.0-present, guile3.0-rsvg): Likewise. * gnu/packages/guile-xyz.scm (guile3.0-colorized, guile3.0-commonmark) (guile3.0-config, guile3.0-email, guile3.0-fibers, guile3.0-gi) (guile3.0-hall, guile3.0-hashing, guile3.0-haunt, guile3.0-ics) (guile3.0-irregex, guile3.0-lib, guile3.0-mcron, guile3.0-minikanren) (guile3.0-ncurses, guile3.0-ncurses/gpm, guile3.0-newt, guile3.0-parted) (guile3.0-pfds, guile3.0-picture-language, guile3.0-semver) (guile3.0-simple-zmq, guile3.0-squee, guile3.0-syntax-highlight) (guile3.0-websocket, guile3.0-wisp, guile3.0-xapian): Likewise. * gnu/packages/guile.scm (define-deprecated-guile3.0-package) (guile3.0-json, guile3.0-gdbm-ffi, guile3.0-sqlite3) (guile3.0-bytestructures, guile3.0-git): Likewise. * gnu/packages/haskell-apps.scm (ghc-stylish-haskell): Likewise. * gnu/packages/linux.scm (linux-libre-arm-veyron): Likewise. * gnu/packages/mail.scm (guile3.0-mailutils): Likewise. * gnu/packages/monitoring.scm (python2-graphite-web): Likewise. * gnu/packages/package-management.scm (guile3.0-guix): Likewise. * gnu/packages/package-management.scm (python-conda): Likewise. * gnu/packages/phabricator.scm (libphutil): Likewise. * gnu/packages/plotutils.scm (guile3.0-charting): Likewise. * gnu/packages/python-xyz.scm (python2-smmap2, python-glances) (python-smmap2): Likewise. * gnu/packages/shells.scm (oil-shell): Likewise. * gnu/packages/sqlite.scm (sqlite-with-column-metadata): Likewise. * gnu/packages/ssh.scm (guile3.0-ssh): Likewise. * gnu/packages/terminals.scm (et): Likewise. * gnu/packages/tls.scm (guile3.0-gnutls): Likewise. * gnu/packages/vlang.scm (v): Likewise. * gnu/packages/vpn.scm (wireguard): Likewise. * gnu/packages/web-browsers.scm (next, sbcl-next): Likewise. * gnu/packages/xorg.scm (transset-df): Likewise.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: kicad: Update home page.Julien Lepiller2021-10-27
| | | | | | | | * gnu/packages/engineering.scm (kicad)[home-page]: Update.