diff options
author | Christopher Baines <mail@cbaines.net> | 2024-04-09 16:44:22 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-04-09 16:46:34 +0100 |
commit | 6cae1db889f62051580d5a365f62585412a53a8c (patch) | |
tree | 4d3db074d50ca3e2109cced17bec77f207a0c1fd /gnu/packages/engineering.scm | |
parent | 410e699e0933653e69d03a4cdadf11854c6723f4 (diff) | |
parent | 35e1d9247e39f3c91512cf3d9ef1467962389e35 (diff) |
Merge remote-tracking branch 'savannah/master' into mesa-updates
Change-Id: Iad185e2ced97067b3dff8fd722435a6c5e2c00e5
Diffstat (limited to 'gnu/packages/engineering.scm')
-rw-r--r-- | gnu/packages/engineering.scm | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 01ded60c81..6f42d674e5 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -737,9 +737,7 @@ multipole-accelerated algorithm.") (list boost libgit2 qtbase-5 - ;; TODO: Needs to be renamed to qtserialport-5. when version 6 is - ;; packed. - qtserialport + qtserialport-5 qtsvg-5 zlib)) (home-page "https://fritzing.org") @@ -1588,7 +1586,7 @@ or an Ethernet connection.") (native-inputs `(("fortran" ,gfortran))) (inputs - (list lapack)) + (list openblas)) (home-page "https://github.com/stevengj/harminv") (synopsis "Harmonic inversion solver") (description @@ -1654,7 +1652,7 @@ for scientific simulations.") ("gsl" ,gsl) ("guile" ,guile-2.2) ("hdf5" ,hdf5) - ("lapack" ,lapack) + ("openblas" ,openblas) ("libctl" ,guile-libctl) ("readline" ,readline) ("zlib" ,zlib))) @@ -1696,7 +1694,7 @@ fully-vectorial and three-dimensional methods.") ("guile" ,guile-2.2) ("harminv" ,harminv) ("hdf5" ,hdf5) - ("lapack" ,lapack) + ("openblas" ,openblas) ("libctl" ,guile-libctl) ("mpb" ,mpb) ("zlib" ,zlib))) @@ -4229,7 +4227,7 @@ netlists from the drawn schematic, allowing the simulation of the circuit.") "08rqhl6a5a8s67a8yl16944zgcsnnb08xfv4klzyqwlvaqgfp783")))) (build-system gnu-build-system) (native-inputs (list qttools-5)) - (inputs (list qtbase-5 qtserialport)) + (inputs (list qtbase-5 qtserialport-5)) (arguments (list #:tests? #f ; no tests. #:phases #~(modify-phases %standard-phases |