me
/
guix
Archived
1
0
Fork 0

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>
master
Felix Gruber 2020-03-10 20:29:08 +01:00 committed by Ludovic Courtès
parent f1f9466e33
commit 0a703c0486
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -4764,6 +4764,7 @@ This package contains the basic DUNE grid classes.")
("openmpi" ,openmpi)
;; Optional
("metis" ,metis)
("suitesparse" ,suitesparse)
("superlu" ,superlu)
("openblas" ,openblas)
("gmp" ,gmp)