forked from pool/julia
Accepting request 1132331 from home:uncomfyhalomacro:branches:science
- Update rpmlintrc file - Improve specfile - Just use unit G and number 8 for constraints file - Fix issue looking for libLLVM-14jl.so by updating julia-hardcoded-libs.patch - Include LD_LIBRARY_PATH - Also prepare for update-alternatives since juliaup is the other provider of julia - Do not use system llvm. Use the one provided by julia as a bundled tarball - Comment out llvm specific patchsets. OBS-URL: https://build.opensuse.org/request/show/1132331 OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=118
This commit is contained in:
committed by
Git OBS Bridge
parent
8e672083f8
commit
00ab71f55b
@@ -1,16 +1,3 @@
|
||||
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
|
||||
|
Reference in New Issue
Block a user