summarylogtreecommitdiffstats
path: root/Make.user
diff options
context:
space:
mode:
authorMarco Munari2021-02-03 20:07:11 +0100
committerMarco Munari2021-02-03 22:53:01 +0100
commitc1d2eb760eb3c56e80cc80286b5faa27ff531041 (patch)
treeccb0cd3e52b4e0cbd6809ed77383d8378c9c4688 /Make.user
parent56a34e1845f28944ef67e85aca2ea64fd39903c7 (diff)
downloadaur-c1d2eb760eb3c56e80cc80286b5faa27ff531041.tar.gz
use more of the julia provided deps/; remove two patches; succeed tests
less system depends: OpenBLAS/cblas/lapack,GMP,SuiteParse,mbedTLS,libssh2,curl,libgit2 so succeed building all tests (except Distributed which is still skipped) skip hash detail for source Make.user (it's not downloaded externally from the repo) OpebBLAS system provided failed test on a computational check, returning - instead of + so I put aside the effort to use system OpenBLAS and patch it, making the packaging smaller using julia provided OpenBLAS instead of the system OpenBLAS prevents the following error: Expression: #= /home/mar/aur/julia-git/src/julia/usr/share/julia/stdlib/v1.7/LinearAlgebra/test/lu.jl:287 =# @inferred(logdet(ComplexF32[1.0f0 0.5f0; 0.5f0 -1.0f0])) === 0.22314355f0 + 3.1415927f0im remove patches not enrured necessary while encountering abundant test errors, make-install-no-build.patch omitted a second build with possibly a finalized environment, I rather prefer to let a second run for the moment otherwise this patch intended for efficiency should be broguth to Julia source, compilers are also designed not to produce the output when the input is older, if makefile order the build and it does build I expect its's for a reason, but I didn't search for it
Diffstat (limited to 'Make.user')
-rw-r--r--Make.user17
1 files changed, 8 insertions, 9 deletions
diff --git a/Make.user b/Make.user
index 526cb9bdedc6..b7aeecd3b422 100644
--- a/Make.user
+++ b/Make.user
@@ -7,18 +7,17 @@ USE_SYSTEM_PCRE:=1
USE_SYSTEM_LIBM:=0
USE_SYSTEM_OPENLIBM:=1
USE_SYSTEM_DSFMT:=0
-USE_SYSTEM_BLAS:=1
-USE_SYSTEM_LAPACK:=1
-USE_SYSTEM_GMP:=1
+USE_SYSTEM_BLAS:=0
+USE_SYSTEM_LAPACK:=0
+USE_SYSTEM_GMP:=0
USE_SYSTEM_MPFR:=1
-USE_SYSTEM_SUITESPARSE:=1
+USE_SYSTEM_SUITESPARSE:=0
USE_SYSTEM_LIBUV:=0
USE_SYSTEM_UTF8PROC:=1
-USE_SYSTEM_MBEDTLS:=1
-USE_SYSTEM_LIBSSH2:=1
-USE_SYSTEM_CURL:=1
-USE_SYSTEM_LIBGIT2:=1
+USE_SYSTEM_MBEDTLS:=0
+USE_SYSTEM_LIBSSH2:=0
+USE_SYSTEM_CURL:=0
+USE_SYSTEM_LIBGIT2:=0
USE_SYSTEM_PATCHELF:=1
USE_SYSTEM_ZLIB:=1
USE_SYSTEM_P7ZIP:=1
-