civodul pushed a commit to branch master
in repository guix.
commit a860dcbba988b280cd143b188ffb086668f064fa
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu May 4 16:52:10 2023 +0200
gnu: armadillo: Remove input labels.
* gnu/packages/maths.scm (armadillo)[inputs]: Remove labels.
---
gnu/packages/maths.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1cf26927fa..1b34c6e314 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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