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 @@ (define-public elemental (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"