extra/suitesparse: fix

This commit is contained in:
Kevin Mihelich 2018-07-09 12:26:22 +00:00
parent 6a181d8088
commit 396f8dda69

View file

@ -0,0 +1,11 @@
--- SuiteSparse/Makefile.orig 2018-07-09 06:14:46.321600511 +0000
+++ SuiteSparse/Makefile 2018-07-09 06:14:56.631628163 +0000
@@ -13,7 +13,7 @@
go: metis
( cd SuiteSparse_config && $(MAKE) )
( cd GraphBLAS && $(MAKE) CMAKE_OPTIONS='$(CMAKE_OPTIONS)' )
- ( cd Mongoose && $(MAKE) CMAKE_OPTIONS='$(CMAKE_OPTIONS)' )
+ ( cd Mongoose && $(MAKE) library CMAKE_OPTIONS='$(CMAKE_OPTIONS)' )
( cd AMD && $(MAKE) )
( cd BTF && $(MAKE) )
( cd CAMD && $(MAKE) )