summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-03-14 01:57:10 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-03-14 11:55:33 +0100
commitb471337dea828b403635cc2391836ffe6ca0ad31 (patch)
tree7e5e34148c7df83ae64c99c12ef017e264191f33
parent554f5b62805b900a9e4e320cbbbb800c13557b7e (diff)
downloadpatches-b471337dea828b403635cc2391836ffe6ca0ad31.tar
patches-b471337dea828b403635cc2391836ffe6ca0ad31.tar.gz
gnu: suitesparse: Build with cmake-minimal.
* gnu/packages/maths.scm (suitesparse)[native-inputs]: Change from CMAKE to CMAKE-MINIMAL.
-rw-r--r--gnu/packages/maths.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index e694a5b187..499fdb06f7 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3463,7 +3463,7 @@ Fresnel integrals, and similar related functions as well.")
("lapack" ,lapack)
("metis" ,metis)))
(native-inputs
- `(("cmake" ,cmake)
+ `(("cmake" ,cmake-minimal)
("m4" ,m4)))
(home-page "http://faculty.cse.tamu.edu/davis/suitesparse.html")
(synopsis "Suite of sparse matrix software")