guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/45: gnu: sundials-julia: Switch to openblas.


From: guix-commits
Subject: 20/45: gnu: sundials-julia: Switch to openblas.
Date: Thu, 4 Apr 2024 10:40:26 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a8b109676957f4e753b1e8003151f7dc66b11b88
Author: Romain GARBAGE <romain.garbage@inria.fr>
AuthorDate: Mon Mar 11 12:06:57 2024 +0100

    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>
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index ba981852fb..7cfd657226 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]