summarylogtreecommitdiffstats
path: root/make-install-no-build.patch
AgeCommit message (Collapse)Author
2021-02-03fix patch to Makefile; add `(make)depends` zlib p7zip patchelf to meet Make.userMarco Munari
this is an intermediate commit before a complete fix julia Makefile needs to built contrib/stringreplace.c in usr/tools/ previously skipped with make-install-no-build.patch patchelf would be provided with julia/deps/ to run patchelf --set-rpath '$ORIGIN:$ORIGIN/..' pkg/julia-git/usr/lib/julia/libjulia-internal.so but is currently specified system provided in Make.user: USE_SYSTEM_PATCHELF:=1 Note: check() can be commented out in PKGBUILD to obtain a package, currently the following tests shown to report errors: LinearAlgebra/lu read stacktraces GMP_jll InteractiveUtils LibCURL LibGit2_jll LibSSH2_jll MbedTLS_jll MozillaCACerts_jll NetworkOptions OpenBLAS_jll REPL SuiteSparse_jll precompile then keeping the OpenBLAS patch but with USE_SYSTEM_BLAS:=1 only and all the others USE_SYSTEM_ to 0, test with error remains: LinearAlgebra/lu OpenBLAS_jll SuiteSparse_jll (the three related to OpenBLAS)
2020-01-11Julia: Follow Arch PKGBUILDNarrat