aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 1 insertions, 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