forked from pool/julia
e15cadffe0
- Remove debug package. It's not created. Still we won't strip debug symbols from julia as it will cause issues. - Declare that it conflicts with juliaup. - Update tagged release banner message that says it is an unofficial experimental build - Add mbedtls-hardcoded-libs.patch - Update description - Add llvm-link-shared.patch - Add openlibm.patch - Add libblastrampoline-hardcoded-libs.patch - Add use-system-libuv-correctly.patch - Use sed to replace julia-hardcoded-libs.patch - Add patch julia-suitesparse-7.patch - Update julia-env-script-interpreter.patch - Add new patches * 21d4c2f1.patch * 959902f1.patch * e08e1444.patch * f11bfc6c.patch * julia-hardcoded-libs.patch * julia-libgit2-1.7.patch * julia-libunwind-1.9.patch - Update to julia version 1.9.4 ** CHANGELOG TOO HUGE SINCE 1.6.3 ** See https://github.com/JuliaLang/julia/compare/v1.6.3...v1.9.4 - Remove a lot of old patches * julia-fix_doc_build.patch * julia-fix-mbedtls-build-failure-gcc-11.patch * julia-fix-task-build-failure-gcc-11.patch OBS-URL: https://build.opensuse.org/request/show/1132207 OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=114
88 lines
3.0 KiB
Diff
88 lines
3.0 KiB
Diff
diff --git a/stdlib/libLLVM_jll/src/libLLVM_jll.jl b/stdlib/libLLVM_jll/src/libLLVM_jll.jl
|
|
index fa45e754e5..b51812e3a8 100644
|
|
--- a/stdlib/libLLVM_jll/src/libLLVM_jll.jl
|
|
+++ b/stdlib/libLLVM_jll/src/libLLVM_jll.jl
|
|
@@ -23,7 +23,7 @@ if Sys.iswindows()
|
|
elseif Sys.isapple()
|
|
const libLLVM = "@rpath/libLLVM.dylib"
|
|
else
|
|
- const libLLVM = "libLLVM-14jl.so"
|
|
+ const libLLVM = "libLLVM-15.so"
|
|
end
|
|
|
|
function __init__()
|
|
diff --git a/stdlib/nghttp2_jll/src/nghttp2_jll.jl b/stdlib/nghttp2_jll/src/nghttp2_jll.jl
|
|
index 8b98c76ac5..77ad9e3800 100644
|
|
--- a/stdlib/nghttp2_jll/src/nghttp2_jll.jl
|
|
+++ b/stdlib/nghttp2_jll/src/nghttp2_jll.jl
|
|
@@ -22,7 +22,7 @@ if Sys.iswindows()
|
|
elseif Sys.isapple()
|
|
const libnghttp2 = "@rpath/libnghttp2.14.dylib"
|
|
else
|
|
- const libnghttp2 = "libnghttp2.so.14"
|
|
+ const libnghttp2 = "libnghttp2.so"
|
|
end
|
|
|
|
function __init__()
|
|
diff --git a/stdlib/LibGit2_jll/src/LibGit2_jll.jl b/stdlib/LibGit2_jll/src/LibGit2_jll.jl
|
|
index f0d4b5dda6..2ed3017b51 100644
|
|
--- a/stdlib/LibGit2_jll/src/LibGit2_jll.jl
|
|
+++ b/stdlib/LibGit2_jll/src/LibGit2_jll.jl
|
|
@@ -23,7 +23,7 @@ if Sys.iswindows()
|
|
elseif Sys.isapple()
|
|
const libgit2 = "@rpath/libgit2.1.5.dylib"
|
|
else
|
|
- const libgit2 = "libgit2.so.1.5"
|
|
+ const libgit2 = "libgit2.so"
|
|
end
|
|
|
|
function __init__()
|
|
diff --git a/stdlib/OpenLibm_jll/src/OpenLibm_jll.jl b/stdlib/OpenLibm_jll/src/OpenLibm_jll.jl
|
|
index 215de8aed6..918d1ffdc2 100644
|
|
--- a/stdlib/OpenLibm_jll/src/OpenLibm_jll.jl
|
|
+++ b/stdlib/OpenLibm_jll/src/OpenLibm_jll.jl
|
|
@@ -22,7 +22,7 @@ if Sys.iswindows()
|
|
elseif Sys.isapple()
|
|
const libopenlibm = "@rpath/libopenlibm.4.dylib"
|
|
else
|
|
- const libopenlibm = "libopenlibm.so.4"
|
|
+ const libopenlibm = "libopenlibm.so"
|
|
end
|
|
|
|
function __init__()
|
|
diff --git a/stdlib/SuiteSparse_jll/src/SuiteSparse_jll.jl b/stdlib/SuiteSparse_jll/src/SuiteSparse_jll.jl
|
|
index 2940970cef..359dbd9065 100644
|
|
--- a/stdlib/SuiteSparse_jll/src/SuiteSparse_jll.jl
|
|
+++ b/stdlib/SuiteSparse_jll/src/SuiteSparse_jll.jl
|
|
@@ -67,18 +67,18 @@ elseif Sys.isapple()
|
|
const libsuitesparseconfig = "@rpath/libsuitesparseconfig.5.dylib"
|
|
const libumfpack = "@rpath/libumfpack.5.dylib"
|
|
else
|
|
- const libamd = "libamd.so.2"
|
|
- const libbtf = "libbtf.so.1"
|
|
- const libcamd = "libcamd.so.2"
|
|
- const libccolamd = "libccolamd.so.2"
|
|
- const libcholmod = "libcholmod.so.3"
|
|
- const libcolamd = "libcolamd.so.2"
|
|
- const libklu = "libklu.so.1"
|
|
- const libldl = "libldl.so.2"
|
|
- const librbio = "librbio.so.2"
|
|
- const libspqr = "libspqr.so.2"
|
|
- const libsuitesparseconfig = "libsuitesparseconfig.so.5"
|
|
- const libumfpack = "libumfpack.so.5"
|
|
+ const libamd = "libamd.so"
|
|
+ const libbtf = "libbtf.so"
|
|
+ const libcamd = "libcamd.so"
|
|
+ const libccolamd = "libccolamd.so"
|
|
+ const libcholmod = "libcholmod.so"
|
|
+ const libcolamd = "libcolamd.so"
|
|
+ const libklu = "libklu.so"
|
|
+ const libldl = "libldl.so"
|
|
+ const librbio = "librbio.so"
|
|
+ const libspqr = "libspqr.so"
|
|
+ const libsuitesparseconfig = "libsuitesparseconfig.so"
|
|
+ const libumfpack = "libumfpack.so"
|
|
end
|
|
|
|
function __init__()
|