1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 12:10:29 +02:00

gnu: armadillo: Remove input labels.

* gnu/packages/maths.scm (armadillo)[inputs]: Remove labels.
This commit is contained in:
Ludovic Courtès
2023-05-04 16:52:10 +02:00
parent 68fa28b3c3
commit a860dcbba9

View File

@@ -4510,9 +4510,7 @@ full text searching.")
(build-system cmake-build-system)
(arguments `(#:tests? #f)) ; no test target
(inputs
`(("openblas" ,openblas)
("lapack" ,lapack)
("arpack" ,arpack-ng)))
(list openblas lapack arpack-ng))
(home-page "https://arma.sourceforge.net/")
(synopsis "C++ linear algebra library")
(description