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>master
parent
2a9b6ac7ec
commit
0e8011a998
|
@ -7108,7 +7108,7 @@ set.")
|
||||||
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)
|
||||||
|
|
Reference in New Issue