me
/
guix
Archived
1
0
Fork 0

gnu: hypre: Remove input labels.

* gnu/packages/maths.scm (hypre)[native-inputs, inputs]: Remove labels.
(hypre-openmpi)[inputs]: Use 'modify-inputs'.
Ludovic Courtès 2022-03-02 18:55:54 +01:00
parent f0efa6afc5
commit 96bc9420cb
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 49 additions and 50 deletions

View File

@ -5371,12 +5371,12 @@ set.")
(outputs '("out" ;5.3 MiB of headers and libraries (outputs '("out" ;5.3 MiB of headers and libraries
"doc")) ;12 MiB of documentation "doc")) ;12 MiB of documentation
(native-inputs (native-inputs
`(("doc++" ,doc++) (list doc++
("doxygen" ,doxygen) doxygen
("python" ,python) python
("python-breathe" ,python-breathe) python-breathe
("python-sphinx" ,python-sphinx) python-sphinx
("texlive" ,(texlive-updmap.cfg (list texlive-adjustbox (texlive-updmap.cfg (list texlive-adjustbox
texlive-amsfonts texlive-amsfonts
texlive-bibtex texlive-bibtex
texlive-capt-of texlive-capt-of
@ -5414,10 +5414,9 @@ set.")
texlive-latex-varwidth texlive-latex-varwidth
texlive-ulem texlive-ulem
texlive-wasysym texlive-wasysym
texlive-wrapfig))))) texlive-wrapfig))))
(inputs (inputs
`(("blas" ,openblas) (list openblas lapack))
("lapack" ,lapack)))
(arguments (arguments
`(#:modules ((srfi srfi-1) `(#:modules ((srfi srfi-1)
,@%gnu-build-system-modules) ,@%gnu-build-system-modules)
@ -5478,11 +5477,11 @@ problems.")
(license license:lgpl2.1))) (license license:lgpl2.1)))
(define-public hypre-openmpi (define-public hypre-openmpi
(package (inherit hypre) (package
(inherit hypre)
(name "hypre-openmpi") (name "hypre-openmpi")
(inputs (inputs (modify-inputs (package-inputs hypre)
`(("mpi" ,openmpi) (prepend openmpi)))
,@(package-inputs hypre)))
(arguments (arguments
(substitute-keyword-arguments (package-arguments hypre) (substitute-keyword-arguments (package-arguments hypre)
((#:configure-flags flags) ((#:configure-flags flags)