3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

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