me
/
guix
Archived
1
0
Fork 0

gnu: elemental: Remove input labels.

* gnu/packages/maths.scm (elemental)[inputs]: Remove labels.

Change-Id: I239b56cb5871d5cb2dbd587502c647a37beb30b7
Signed-off-by: Eric Bavier <bavier@posteo.net>
master
Sharlatan Hellseher 2023-11-05 14:56:21 +00:00 committed by Eric Bavier
parent f653560990
commit 0cff3c49e1
No known key found for this signature in database
GPG Key ID: BC45CA67E2F8D007
1 changed files with 9 additions and 9 deletions

View File

@ -7615,15 +7615,15 @@ symmetric matrices.")
(native-inputs (native-inputs
(list gfortran)) (list gfortran))
(inputs (inputs
`(("blas" ,openblas) (list `(,gfortran "lib")
("gfortran:lib" ,gfortran "lib") gmp
("gmp" ,gmp) lapack
("lapack" ,lapack) metis
("metis" ,metis) mpc
("mpc" ,mpc) mpfr
("mpfr" ,mpfr) openmpi
("mpi" ,openmpi) qd
("qd" ,qd))) openblas))
(arguments (arguments
`(#:build-type "Release" ;default RelWithDebInfo not supported `(#:build-type "Release" ;default RelWithDebInfo not supported
#:configure-flags `("-DEL_DISABLE_PARMETIS:BOOL=YES" #:configure-flags `("-DEL_DISABLE_PARMETIS:BOOL=YES"