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
Efraim Flashner
0e467b7b0b
gnu: valeronoi: Reformat with guix style.
...
* gnu/packages/engineering.scm (valeronoi): Process package with guix
style.
2023-10-17 11:22:36 +03:00
Efraim Flashner
58452ecdb4
gnu: valeronoi: Unbundle catch2 header.
...
* gnu/packages/engineering.scm (valeroni)[source]: Add snippet to remove
bundled header.
[native-inputs]: Add catch2.
2023-10-17 11:22:32 +03:00
Efraim Flashner
047589b166
gnu: valeronoi: Update to 0.2.0.
...
* gnu/packages/engineering.scm valeronoi: Update to 0.2.0.
[inputs]: Remove qtbase-5 and qtsvg-5; add qtbase and qtsvg.
2023-10-17 11:19:59 +03:00
pinoaffe
6d5a75c70e
gnu: librepcb: Update to 1.0.0.
...
* gnu/packages/engineering.scm (librepcb): Update to 1.0.0.
[source]: Add snippet to remove some vendored dependencies.
[build-system]: Use cmake-build-system.
[inputs]: Add fontconfig, fontobene-qt5, glu, hoedown, muparser,
opencascade-occt, clipper, qtdeclarative-5, qtquickcontrols2-5, quazip.
[native-inputs]: Add googletest, pkg-config.
[arguments]<#:configure-flags>: Add "-DUNBUNDLE_FONTOBENE_QT5=ON",
"-DUNBUNDLE_GTEST=ON", "-DUNBUNDLE_HOEDOWN=ON", "-DUNBUNDLE_MUPARSER=ON",
"-DUNBUNDLE_POLYCLIPPING=ON", "-DUNBUNDLE_QUAZIP=ON".
<#:phases>: Don't override the configure phase. Override the check phase and
skip failing tests.
[license]: Remove licenses from unbundled dependencies.
Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-10-06 21:39:44 -03:00
Peter Polidoro
06e53c577e
gnu: kicad: Update to 7.0.8.
...
* gnu/packages/engineering.scm (kicad): Update to 7.0.8.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-10-04 15:03:00 +02:00
Vinicius Monego
350b812a22
gnu: python-scikit-rf: Update to 0.29.1.
...
* gnu/packages/engineering.scm (python-scikit-rf): Update to 0.29.1.
[native-inputs]: Add python-pytest-mock.
2023-10-03 08:50:41 -03:00
Tobias Geerinckx-Rice
b1890b2743
gnu: rizin: Edit synopsis.
...
* gnu/packages/engineering.scm (rizin)[synopsis]: Expand abbrev.
2023-09-24 02:00:00 +02:00
Tobias Geerinckx-Rice
8781f377e0
gnu: rizin: Update to 0.6.2.
...
* gnu/packages/engineering.scm (rizin): Update to 0.6.2.
[inputs]: Re-indent.
2023-09-24 02:00:00 +02:00
Tobias Geerinckx-Rice
e82cd9176e
gnu: minicom: Update package style.
...
* gnu/packages/engineering.scm (minicom)[arguments]:
Rewrite as G-expressions.
[native-inputs]: Remove input labels.
2023-09-24 02:00:00 +02:00
Tobias Geerinckx-Rice
fd2f78f5fc
gnu: minicom: Update to 2.9.
...
* gnu/packages/engineering.scm (minicom): Update to 2.9.
[arguments]: Don't explicitly return #t from phases.
[native-inputs]: Upgrade autoconf to autoconf-2.71.
2023-09-24 02:00:00 +02:00
Maxim Cournoyer
219922a694
gnu: capstone: Update to 5.0.1.
...
* gnu/packages/engineering.scm (capstone): Update to 5.0.1.
2023-09-26 11:30:51 -04:00
Vinicius Monego
a1a952a38c
gnu: Add libmodbus.
...
* gnu/packages/engineering.scm (libmodbus): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:44 -04:00
Andy Tai
572a2d48dc
gnu: poke: Update to 3.3
...
* gnu/packages/engineering.scm (poke): Update to 3.3
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-02 11:56:43 -04:00
Vinicius Monego
08017d2818
gnu: freecad: Update to 0.21.1.
...
* gnu/packages/engineering.scm (freecad): Update to 0.21.1.
2023-09-02 11:17:03 -03:00
Vinicius Monego
d5f18b3d27
gnu: libngspice: Update to 41.
...
* gnu/packages/engineering.scm (libngspice, ngspice): Update to 41.
2023-09-02 11:17:02 -03:00
宋文武
10d4923691
gnu: rizin: Update to 0.6.1.
...
* gnu/packages/engineering.scm (rizin): Update to 0.6.1.
[arguments]<#:phases>: Enable a now passing test (analysis_var).
2023-08-26 11:15:29 +08:00
Peter Polidoro
c91d1b0fb8
gnu: kicad: Update to 7.0.7.
...
* gnu/packages/engineering.scm (kicad): Update to 7.0.7.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-18 12:36:41 +02:00
Efraim Flashner
6eb0070f08
gnu: pcb2gcode: Build with librsvg-for-system.
...
* gnu/packages/engineering.scm (pcb2gcode)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-15 21:59:57 +03:00
Sharlatan Hellseher
4f91c77dc5
gnu: Sort use-module alphabetically in (gnu packages engineering)
...
* gnu/packages/engineering.scm: Sort use-module alphabetically to ease maintenance.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-11 00:50:48 +02:00
Sharlatan Hellseher
11d0006b2a
gnu: fritzing: Improve package style.
...
* gnu/package/engineering.scm (fritzing): Improve package style.
Use Gexp.
[inputs]: Remove labels. Sort alphabetically.
[native-inputs]: Introduce it, use fritzing-parts instead local source.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-11 00:50:48 +02:00
Sharlatan Hellseher
10d9d08c9a
gnu: Add fritzing-parts.
...
* gnu/packages/engineering.scm (fritzing-parts): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-11 00:50:48 +02:00
Ludovic Courtès
66158f535a
gnu: Do not use (gnu packages commencement) in engineering.scm.
...
This avoids a circular dependency evidenced by the following commit.
* gnu/packages/engineering.scm (freehdl)[inputs]: Resolve
'gcc-toolchain' from here rather than by using (gnu packages
commencement).
2023-08-10 09:26:08 +02:00
Vinicius Monego
ebfb795232
gnu: freecad: Update to 0.21.0.
...
* gnu/packages/engineering.scm (freecad): Update to 0.21.0.
[inputs]: Add fmt.
2023-08-05 18:40:01 -03:00
Tobias Geerinckx-Rice
f2d2505066
gnu: cutter: Update source URL.
...
* gnu/packages/engineering.scm (cutter)[source]: Update.
2023-07-30 02:00:00 +02:00
Tobias Geerinckx-Rice
8ece3fbe56
gnu: cutter: Update home page.
...
* gnu/packages/engineering.scm (cutter)[home-page]: Update.
2023-07-30 02:00:00 +02:00
Danny Milosavljevic
45b7a8bfda
gnu: Add python-asyncua.
...
* gnu/packages/engineering.scm (python-asyncua): New variable.
2023-08-01 21:50:39 +02:00
Vinicius Monego
3e8b6e51e1
gnu: python-scikit-rf: Update to 0.28.0.
...
* gnu/packages/engineering.scm (python-scikit-rf): Update to 0.28.0.
2023-07-29 14:25:03 -03:00
Nicolas Goaziou
29cc6b1cd6
gnu: Deprecate `texlive-tiny'.
...
At this point, there are three equivalent TeX Live sub-systems:
texlive-scheme-basic, texlive-tiny, and (texlive-updmap.cfg). It is confusing
to keep so many around.
* doc/contributing.texi (Submitting Patches): Remove reference to
TEXLIVE-TINY.
* gnu/packages/algebra.scm (pari-gp)[native-inputs]:
(giac)[native-inputs]:
* gnu/packages/chez.scm (chez-sockets)[native-inputs]:
* gnu/packages/engineering.scm (fastcap)[native-inputs]:
* gnu/packages/gettext.scm (po4a)[native-inputs]:
* gnu/packages/maths.scm (cddlib)[native-inputs]:
(gnuplot)[native-inputs]:
(itpp)[native-inputs]:
* gnu/packages/ocaml.scm (unison)[native-inputs]:
* gnu/packages/pdf.scm (extractpdfmark)[native-inputs]:
* gnu/packages/photo.scm (enblend-enfuse): Replace TEXLIVE-TINY with a call to TEXLIVE-UPDMAP.CFG.
* gnu/packages/radio.scm (gnuradio)[native-inputs]: Remove unnecessary
TEXLIVE-TINY.
* gnu/packages/tex.scm (texlive-tiny): Deprecate it in favor of TEXLIVE-SCHEME-BASIC.
(texlive-makecmds)[native-inputs]: Replace TEXLIVE-TINY with a call to TEXLIVE-UPDMAP.CFG.
* guix/lint.scm (check-inputs-should-be-native): Check only for
"texlive-updmap.cfg" input name.
2023-07-18 18:16:49 +02:00
Nicolas Goaziou
7a18bd9e74
gnu: Rationalize texlive-updmap.cfg and texlive-tiny inputs.
...
TEXLIVE-UPDMAP.CFG and TEXLIVE-TINY should only be used as native inputs.
Also remove texlive packages already provided by them.
* doc/build.scm (pdf-manual):
* gnu/packages/algebra.scm (pari-gp):
* gnu/packages/bioinformatics.scm (discrover):
(phyml):
(velvet):
* gnu/packages/chemistry.scm (yaehmop):
* gnu/packages/chez.scm (stex-bootstrap):
(chez-web):
(chez-sockets):
* gnu/packages/cran.scm (r-prereg):
* gnu/packages/docbook.scm (dblatex):
* gnu/packages/emacs-xyz.scm (emacs-auctex):
* gnu/packages/engineering.scm (fastcap):
* gnu/packages/fsf.scm (book-faif):
* gnu/packages/graphviz.scm (dot2tex):
* gnu/packages/maths.scm (hypre):
* gnu/packages/ocaml.scm (unison):
(ocaml-bibtex2html):
* gnu/packages/plotutils.scm (asymptote):
* gnu/packages/python-xyz.scm (python-nbconvert):
(python-pypandoc):
* gnu/packages/radio.scm (gnuradio):
(libosmo-dsp):
* gnu/packages/statistics.scm (r-with-tests):
* gnu/packages/tex.scm (texlive-makecmds):
(texlive-innerscript):
(teximpatient):
(texlive-xkeyval): Remove texlive packages already provided by
TEXLIVE-UPDMAP.CFG. Don't add TEXLIVE-TINY or TEXLIVE-UPDMAP.CFG as inputs.
2023-07-18 18:16:47 +02:00
Tobias Geerinckx-Rice
c8c78b08d2
gnu: pcb-rnd: Prepare for cross-compilation.
...
* gnu/packages/engineering.scm (pcb-rnd)[arguments]: Use CC-FOR-TARGET.
2023-07-16 02:00:10 +02:00
Tobias Geerinckx-Rice
479eb63f2a
gnu: pcb-rnd: Update to 3.1.1.
...
* gnu/packages/engineering.scm (pcb-rnd): Update to 3.1.1.
2023-07-16 02:00:10 +02:00
Tobias Geerinckx-Rice
b175789352
gnu: librnd: Prepare for cross-compilation.
...
* gnu/packages/engineering.scm (librnd)[arguments]: Use CC-FOR-TARGET.
2023-07-16 02:00:10 +02:00
Tobias Geerinckx-Rice
d23105a329
gnu: librnd: Update to 4.0.2.
...
* gnu/packages/engineering.scm (librnd): Update to 4.0.2.
2023-07-16 02:00:09 +02:00
Tobias Geerinckx-Rice
a0c361cb3f
gnu: linsmith: Fix input types.
...
* gnu/packages/engineering.scm (linsmith)[native-inputs]:
Remove input labels. Move gtk+-2 and libgnomeui from here…
[inputs]: …to here.
2023-07-16 02:00:09 +02:00
Tobias Geerinckx-Rice
88e3a3529f
gnu: linsmith: Update to 0.99.33.
...
* gnu/packages/engineering.scm (linsmith): Update to 0.99.33.
2023-07-16 02:00:09 +02:00
Peter Polidoro
3c9984b860
gnu: kicad: Update to 7.0.6.
...
* gnu/packages/engineering.scm (kicad): Update to 7.0.6.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-07-10 09:55:32 +02:00
Peter Polidoro
7307b05abd
gnu: kicad: Update to 7.0.5.
...
* gnu/packages/engineering.scm (kicad): Update to 7.0.5.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-06-02 13:13:23 +02:00
Morgan Smith
c95e817bb9
gnu: libfive: Generate bindings instead of using pre-generated ones.
...
* gnu/packages/engineering.scm (libfive)[phases]: Add phase 'generate-bindings
to generate the bindings
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18 19:38:35 +02:00
Morgan Smith
3b4a31d52c
gnu: libfive: Add Python bindings.
...
* gnu/packages/engineering.scm (libfive)
[configure-flags]: Add python site-dir.
[phases]<fix-library-location>: Fix for python as well.
<wrap-studio>: Wrap for python as well.
[inputs]: Add python-wrapper. Alphabetize.
[description]: Add python.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18 19:38:32 +02:00
Morgan Smith
a062028bc3
gnu: libfive: Fix install and wrap Studio.
...
The old install phase didn't handle nested directories (which there are) and
the cmake files didn't seem to install the go files in a way that guile would
use so I just used the guile build system instead.
Also Studio works much better when it know where the libraries are.
* gnu/packages/engineering.scm (libfive)
[imported-modules]: Add (guix build guile-build-system).
[modules]: Add (guix build guile-build-system).
[configure-flags]: Remove.
[phases]: Remove phases 'fix-autocompilation and 'install-scm-files. Add
phase 'do-not-build-guile-bindings and add phase 'guile-build which uses the
guile build system. Add wrap-studio phase.
[inputs]: Add bash-minimal for the wrapper. Use qtbase instead of qtbase-5
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-18 19:38:27 +02:00
Vinicius Monego
ede269edd0
gnu: python-scikit-rf: Update to 0.27.1.
...
* gnu/packages/engineering.scm (python-scikit-rf): Update to 0.27.1.
2023-05-14 16:34:22 -03:00
Efraim Flashner
56f52639bb
gnu: poke: Update to 3.2.
...
* gnu/packages/engineering.scm (poke): Update to 3.2.
2023-05-14 10:21:12 +03:00
宋文武
7368020bef
gnu: rizin: Fix build.
...
* gnu/packages/engineering.scm (rizin)[arguments]: Skip failing tests.
2023-05-06 18:49:13 +08:00
Ricardo Wurmus
e2c1506e86
gnu: inspekt3d: Adjust to changes in libfive.
...
* gnu/packages/engineering.scm (inspekt3d)[arguments]: Use G-expression; patch
file to avoid loading removed extension; adjust name of libfive library.
2023-04-24 09:53:06 +02:00
Ricardo Wurmus
2d4888b791
gnu: inspekt3d: Simplify snippet.
...
* gnu/packages/engineering.scm (inspekt3d)[source]: Simplify snippet.
2023-04-24 09:52:29 +02:00
Ricardo Wurmus
9b381235e0
gnu: libfive: Update to 0-5.b1ea998.
...
* gnu/packages/engineering.scm (libfive): Update to 0-5.b1ea998.
[arguments]: Set HOME variable to fix autocompilation; set GUILE_CCACHE_DIR to
override default target directory for compiled Guile files; add phases
'fix-library-location and 'install-scm-files.
2023-04-24 09:51:44 +02:00
Ricardo Wurmus
480a125bde
gnu: geda-gaf: Add gdk-pixbuf.
...
This is used for supporting various image formats.
* gnu/packages/engineering.scm (geda-gaf)[inputs]: Add gdk-pixbuf.
2023-04-23 20:59:37 +02:00