me
/
guix
Archived
1
0
Fork 0

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
Romain GARBAGE 2024-03-11 12:06:46 +01:00 committed by Ludovic Courtès
parent 2a9b6ac7ec
commit 0e8011a998
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -7108,7 +7108,7 @@ set.")
texlive-xcolor
texlive-xypic))))
(inputs
(list openblas lapack))
(list openblas))
(arguments
`(#:modules ((srfi srfi-1)
,@%gnu-build-system-modules)