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
(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"