mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: suitesparse: Build with cmake-minimal.
* gnu/packages/maths.scm (suitesparse)[native-inputs]: Change from CMAKE to CMAKE-MINIMAL.
This commit is contained in:
parent
554f5b6280
commit
b471337dea
1 changed files with 1 additions and 1 deletions
|
@ -3463,7 +3463,7 @@ (define-public suitesparse
|
|||
("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")
|
||||
|
|
Loading…
Reference in a new issue