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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user