mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/suitesparse: fix
This commit is contained in:
parent
6a181d8088
commit
396f8dda69
1 changed files with 11 additions and 0 deletions
11
extra/suitesparse/suitesparse-no-demo.patch
Normal file
11
extra/suitesparse/suitesparse-no-demo.patch
Normal 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) )
|
Loading…
Reference in a new issue