~ruther/guix-local

a8b109676957f4e753b1e8003151f7dc66b11b88 — Romain GARBAGE 2 years ago e423df6
gnu: sundials-julia: Switch to openblas.

* gnu/packages/maths.scm (sundials-julia): Switch input dependency from
lapack to openblas.

Change-Id: I7c5990b09f3a006600bab73ef998b081cbaa8935
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
@@ 8048,7 8048,7 @@ easily be incorporated into existing simulation codes.")
         "0nx4sqhmi126m14myzm7syv2053harav9snl0a247wnkcgs5rxrv"))))
    (inputs
     (modify-inputs (package-inputs sundials)
       (prepend gfortran lapack)))
       (prepend gfortran openblas)))
    (arguments
     '(#:configure-flags `("-DCMAKE_C_FLAGS=-O2 -g -fcommon"
                           "-DSUNDIALS_INDEX_SIZE=32"