PKGBUILDs/extra/suitesparse/suitesparse-no-demo.patch

12 lines
455 B
Diff
Raw Normal View History

2020-04-26 20:00:27 +00:00
--- SuiteSparse-5.6.0/Makefile.orig 2019-11-05 22:37:26.086135974 +0000
+++ SuiteSparse-5.6.0/Makefile 2019-11-05 22:37:37.549632429 +0000
2020-07-03 21:39:50 +00:00
@@ -16,7 +16,7 @@
# installs all libraries SuiteSparse/lib.
2020-04-26 20:00:27 +00:00
go: metis
( cd SuiteSparse_config && $(MAKE) )
2020-07-03 21:39:50 +00:00
- ( cd Mongoose && $(MAKE) CMAKE_OPTIONS='$(CMAKE_OPTIONS)' )
+ ( cd Mongoose && $(MAKE) library CMAKE_OPTIONS='$(CMAKE_OPTIONS)' )
2020-04-26 20:00:27 +00:00
( cd AMD && $(MAKE) )
( cd BTF && $(MAKE) )
( cd CAMD && $(MAKE) )