~ruther/guix-local

0e8011a9987c271f226cebb800ed6dbaa3c282a3 — Romain GARBAGE 2 years ago 2a9b6ac
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>
1 files changed, 1 insertions(+), 1 deletions(-)

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