mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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-xypic))))
|
||||
(inputs
|
||||
(list openblas lapack))
|
||||
(list openblas))
|
||||
(arguments
|
||||
`(#:modules ((srfi srfi-1)
|
||||
,@%gnu-build-system-modules)
|
||||
|
|
Loading…
Reference in a new issue