gnu: armadillo: Remove input labels.
* gnu/packages/maths.scm (armadillo)[inputs]: Remove labels.master
parent
68fa28b3c3
commit
a860dcbba9
|
@ -4510,9 +4510,7 @@ full text searching.")
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments `(#:tests? #f)) ; no test target
|
(arguments `(#:tests? #f)) ; no test target
|
||||||
(inputs
|
(inputs
|
||||||
`(("openblas" ,openblas)
|
(list openblas lapack arpack-ng))
|
||||||
("lapack" ,lapack)
|
|
||||||
("arpack" ,arpack-ng)))
|
|
||||||
(home-page "https://arma.sourceforge.net/")
|
(home-page "https://arma.sourceforge.net/")
|
||||||
(synopsis "C++ linear algebra library")
|
(synopsis "C++ linear algebra library")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue