mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: hypre: Switch to openblas.
* gnu/packages/maths.scm (hypre): Switch input dependency from lapack to openblas. Change-Id: I8bc2c3abf0d3ead52c9616e1a23bf4ac6113ac3b Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
2a9b6ac7ec
commit
0e8011a998
1 changed files with 1 additions and 1 deletions
|
@ -7108,7 +7108,7 @@ (define-public hypre
|
||||||
texlive-xcolor
|
texlive-xcolor
|
||||||
texlive-xypic))))
|
texlive-xypic))))
|
||||||
(inputs
|
(inputs
|
||||||
(list openblas lapack))
|
(list openblas))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((srfi srfi-1)
|
`(#:modules ((srfi srfi-1)
|
||||||
,@%gnu-build-system-modules)
|
,@%gnu-build-system-modules)
|
||||||
|
|
Loading…
Reference in a new issue