mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: dune-istl: Build with suitesparse
* gnu/packages/maths.scm (dune-istl)[inputs]: Add suitesparse to build additional solvers in dune-istl. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f1f9466e33
commit
0a703c0486
1 changed files with 1 additions and 0 deletions
|
@ -4764,6 +4764,7 @@ (define-public dune-istl
|
|||
("openmpi" ,openmpi)
|
||||
;; Optional
|
||||
("metis" ,metis)
|
||||
("suitesparse" ,suitesparse)
|
||||
("superlu" ,superlu)
|
||||
("openblas" ,openblas)
|
||||
("gmp" ,gmp)
|
||||
|
|
Loading…
Reference in a new issue