14 lines
506 B
Diff
14 lines
506 B
Diff
![]() |
diff --git a/SPQR/Lib/Makefile b/SPQR/Lib/Makefile
|
||
|
index eaade58..d0de852 100644
|
||
|
--- a/SPQR/Lib/Makefile
|
||
|
+++ b/SPQR/Lib/Makefile
|
||
|
@@ -13,7 +13,7 @@ ccode: all
|
||
|
include ../../SuiteSparse_config/SuiteSparse_config.mk
|
||
|
|
||
|
# SPQR depends on CHOLMOD, AMD, COLAMD, LAPACK, the BLAS and SuiteSparse_config
|
||
|
-LDLIBS += -lamd -lcolamd -lcholmod -lsuitesparseconfig $(LAPACK) $(BLAS)
|
||
|
+LDLIBS += -lamd -lcolamd -lcholmod -lsuitesparseconfig $(TBB) $(LAPACK) $(BLAS)
|
||
|
|
||
|
# compile and install in SuiteSparse/lib
|
||
|
library:
|