diff options
author | Felix Gruber <felgru@posteo.net> | 2020-03-10 20:29:08 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-03-12 11:52:38 +0100 |
commit | 0a703c04866c38ad5f9e0537013837a32b6d188a (patch) | |
tree | 8725a9e867144b26fe310a650f712e3f139d971d /gnu/packages/maths.scm | |
parent | f1f9466e3326d2df8e6e266a7cdced09116b2492 (diff) | |
download | patches-0a703c04866c38ad5f9e0537013837a32b6d188a.tar patches-0a703c04866c38ad5f9e0537013837a32b6d188a.tar.gz |
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>
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 808fe3084f..e694a5b187 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -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) |