guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/08: gnu: armadillo: Remove input labels.


From: guix-commits
Subject: 02/08: gnu: armadillo: Remove input labels.
Date: Thu, 4 May 2023 11:08:36 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a860dcbba988b280cd143b188ffb086668f064fa
Author: Ludovic Courtès <ludo@gnu.org>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]