[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: suitesparse: Build with cmake-minimal.
From: |
guix-commits |
Subject: |
01/05: gnu: suitesparse: Build with cmake-minimal. |
Date: |
Sat, 14 Mar 2020 07:04:47 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit b471337dea828b403635cc2391836ffe6ca0ad31
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Mar 14 01:57:10 2020 +0100
gnu: suitesparse: Build with cmake-minimal.
* gnu/packages/maths.scm (suitesparse)[native-inputs]: Change from CMAKE to
CMAKE-MINIMAL.
---
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 e694a5b..499fdb0 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")