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
parent
f653560990
commit
0cff3c49e1
|
@ -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"
|
||||||
|
|
Reference in New Issue