mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
460 B
Diff
11 lines
460 B
Diff
--- 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
|
|
@@ -12,7 +12,7 @@
|
|
# Compile the default rules for each package
|
|
go: metis
|
|
( cd SuiteSparse_config && $(MAKE) )
|
|
- ( cd Mongoose && $(MAKE) CMAKE_OPTIONS='$(CMAKE_OPTIONS)' )
|
|
+ ( cd Mongoose && $(MAKE) library CMAKE_OPTIONS='$(CMAKE_OPTIONS)' )
|
|
( cd AMD && $(MAKE) )
|
|
( cd BTF && $(MAKE) )
|
|
( cd CAMD && $(MAKE) )
|