diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-05-04 16:52:10 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-05-04 17:06:43 +0200 |
commit | a860dcbba988b280cd143b188ffb086668f064fa (patch) | |
tree | 1b8dfc163423dda51bcec6e4ae90e1607c91adc3 /gnu/packages | |
parent | 68fa28b3c3f6cca4485575b6dfa418be656443e7 (diff) |
gnu: armadillo: Remove input labels.
* gnu/packages/maths.scm (armadillo)[inputs]: Remove labels.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/maths.scm | 4 |
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 |