guix-commits
[Top][All Lists]
Advanced

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

04/27: gnu: elemental: Remove input labels.


From: guix-commits
Subject: 04/27: gnu: elemental: Remove input labels.
Date: Sat, 18 Nov 2023 20:57:46 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit 0cff3c49e17e1a1cc2bed6532ca672f19163bdc3
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 5 14:56:21 2023 +0000

    gnu: elemental: Remove input labels.
    
    * gnu/packages/maths.scm (elemental)[inputs]: Remove labels.
    
    Change-Id: I239b56cb5871d5cb2dbd587502c647a37beb30b7
    Signed-off-by: Eric Bavier <bavier@posteo.net>
---
 gnu/packages/maths.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 6b9725bdcc..0ed25834f6 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -7615,15 +7615,15 @@ symmetric matrices.")
       (native-inputs
        (list gfortran))
       (inputs
-       `(("blas" ,openblas)
-         ("gfortran:lib" ,gfortran "lib")
-         ("gmp" ,gmp)
-         ("lapack" ,lapack)
-         ("metis" ,metis)
-         ("mpc" ,mpc)
-         ("mpfr" ,mpfr)
-         ("mpi" ,openmpi)
-         ("qd" ,qd)))
+       (list `(,gfortran "lib")
+             gmp
+             lapack
+             metis
+             mpc
+             mpfr
+             openmpi
+             qd
+             openblas))
       (arguments
        `(#:build-type "Release"           ;default RelWithDebInfo not supported
          #:configure-flags `("-DEL_DISABLE_PARMETIS:BOOL=YES"



reply via email to

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