summarylogtreecommitdiffstats
path: root/Make.user
diff options
context:
space:
mode:
authorNarrat2015-11-07 15:11:54 +0100
committerNarrat2015-11-07 15:16:31 +0100
commitf6b99a4e80f203061a11265116b08b4cb95726d3 (patch)
tree6ea9daec4af87566d3456544ee1c48f6decddbbb /Make.user
parent94dcf2791d39953e8da1f0c3381f78ef56f67f1e (diff)
downloadaur-f6b99a4e80f203061a11265116b08b4cb95726d3.tar.gz
Julia: Put USE_SYSTEM into Make.user
Various reasons. * It's the prefered version to customize the build process. * It removes duplicate lines. * And it will work again. Could just be a case of the newly added :, but before that all were set to USE_SYSTEM = 0
Diffstat (limited to 'Make.user')
-rw-r--r--Make.user22
1 files changed, 22 insertions, 0 deletions
diff --git a/Make.user b/Make.user
new file mode 100644
index 000000000000..6c42a3f7e413
--- /dev/null
+++ b/Make.user
@@ -0,0 +1,22 @@
+#MARCH=${CARCH/_/-}
+USE_SYSTEM_LLVM:=1
+USE_SYSTEM_LIBUNWIND:=1
+USE_SYSTEM_PCRE:=1
+USE_SYSTEM_LIBM:=1
+USE_SYSTEM_OPENLIBM:=1
+USE_SYSTEM_OPENSPECFUN:=1
+USE_SYSTEM_DSFMT:=0
+USE_SYSTEM_BLAS:=1
+USE_SYSTEM_LAPACK:=1
+USE_SYSTEM_FFTW:=1
+USE_SYSTEM_GMP:=1
+USE_SYSTEM_MPFR:=1
+USE_SYSTEM_ARPACK:=1
+USE_SYSTEM_SUITESPARSE:=1
+USE_SYSTEM_LIBUV:=0
+USE_SYSTEM_UTF8PROC:=0
+USE_SYSTEM_LIBGIT2:=1
+USE_SYSTEM_PATCHELF:=1
+USE_INTEL_MKL:=0
+USE_BLAS64:=0
+USE_LLVM_SHLIB:=0