Skip to content

Instantly share code, notes, and snippets.

@ZacCranko
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZacCranko/aeb0dea2e6f701c6a7b6 to your computer and use it in GitHub Desktop.
Save ZacCranko/aeb0dea2e6f701c6a7b6 to your computer and use it in GitHub Desktop.
diff --git a/Makefile b/Makefile
index c995628..8c4cd92 100644
--- a/Makefile
+++ b/Makefile
@@ -240,9 +240,10 @@ endif
ifeq ($(USE_SYSTEM_ARPACK),0)
JL_PRIVATE_LIBS += arpack
endif
-ifeq ($(USE_SYSTEM_SUITESPARSE),0)
+# Always install these, since Homebrew's suite-sparse is all static libraries
+#ifeq ($(USE_SYSTEM_SUITESPARSE),0)
JL_PRIVATE_LIBS += amd camd ccolamd cholmod colamd umfpack spqr suitesparseconfig
-endif
+#endif
ifeq ($(USE_SYSTEM_LLVM),0)
ifeq ($(USE_LLVM_SHLIB),1)
JL_PRIVATE_LIBS += LLVM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment