me
/
guix
Archived
1
0
Fork 0

gnu: suitesparse: Build with cmake-minimal.

* gnu/packages/maths.scm (suitesparse)[native-inputs]: Change from CMAKE to
CMAKE-MINIMAL.
master
Marius Bakke 2020-03-14 01:57:10 +01:00
parent 554f5b6280
commit b471337dea
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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")