Archived
1
0
Fork 0

gnu: trilinos-for-dealii-openmpi: Remove input labels.

* gnu/packages/maths.scm (trilinos-for-dealii-openmpi)[native-inputs,
inputs, propagated-inputs]: Remove labels.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Paul A. Patience 2022-07-25 15:12:16 +00:00 committed by Ludovic Courtès
parent a42730183a
commit 32bcadc98c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -5152,10 +5152,11 @@ revised simplex and the branch-and-bound methods.")
(base32 "0fnwlhzsh85qj38cq3igbs8nm1b2jdgr2z734sapmyyzsy21mkgp")))) (base32 "0fnwlhzsh85qj38cq3igbs8nm1b2jdgr2z734sapmyyzsy21mkgp"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(;; The build fails with the current gcc. (list
;; The build fails with the current gcc.
;; Use the version from when Trilinos was added. ;; Use the version from when Trilinos was added.
("gcc" ,gcc-7) gcc-7
("gfortran" ,gfortran) gfortran
;; Trilinos's repository contains several C-shell scripts, but adding ;; Trilinos's repository contains several C-shell scripts, but adding
;; tcsh to the native inputs does not result in the check phase running ;; tcsh to the native inputs does not result in the check phase running
;; any more tests than without it (nor is tcsh required to build ;; any more tests than without it (nor is tcsh required to build
@ -5171,15 +5172,15 @@ revised simplex and the branch-and-bound methods.")
;; Perl is required for some Zoltan tests and Python 2 for one ML test. ;; Perl is required for some Zoltan tests and Python 2 for one ML test.
;; ;;
;; [1]: https://cs.sandia.gov/zoltan/dev_html/dev_test_script.html ;; [1]: https://cs.sandia.gov/zoltan/dev_html/dev_test_script.html
("perl" ,perl) perl
("python" ,python-2))) python-2))
(inputs (inputs
`(("blas" ,openblas) (list openblas
("lapack" ,lapack) lapack
("mumps" ,mumps-openmpi) mumps-openmpi
("scalapack" ,scalapack))) scalapack))
(propagated-inputs (propagated-inputs
`(("mpi" ,openmpi))) (list openmpi))
(arguments (arguments
`(#:build-type "Release" `(#:build-type "Release"
#:configure-flags #:configure-flags