blob: a8e5fa35797bdaa29947ce384d41f78bb019f47e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- KLU/Demo/Makefile.orig 2021-05-17 01:04:52 UTC
+++ KLU/Demo/Makefile
@@ -32,15 +32,7 @@ all: library klu_simple kludemo kluldemo
- ./kluldemo < ../Matrix/ctina.mtx
library:
- ( cd ../../SuiteSparse_config ; $(MAKE) )
( cd ../Lib ; $(MAKE) )
- ( cd ../../BTF ; $(MAKE) library )
- ( cd ../../AMD ; $(MAKE) library )
- ( cd ../../COLAMD ; $(MAKE) library )
- ( cd ../../CHOLMOD ; $(MAKE) library )
- - ( cd ../../CAMD ; $(MAKE) )
- - ( cd ../../CCOLAMD ; $(MAKE) )
- - ( cd ../.. ; $(MAKE) metis )
purge: distclean
|