forked from pool/julia
* Define some dependencies that are dlopened
OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=154
This commit is contained in:
parent
0df6fe2797
commit
3d0bc4144f
@ -6,6 +6,7 @@ Mon Dec 18 14:24:24 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncom
|
||||
- LLVM, uv, ccalltest, llvmcalltest, openblas with INTERFACE64 enabled,
|
||||
libjulia-internal and libjulia-codegen
|
||||
* Fdupe only /usr/share/julia.
|
||||
* Define some dependencies that are dlopened
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 06:20:48 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
20
julia.spec
20
julia.spec
@ -118,6 +118,26 @@ BuildRequires: zlib-devel
|
||||
Requires: ca-certificates
|
||||
Requires: p7zip >= 16
|
||||
Requires: readline
|
||||
|
||||
# Libraries used by CompilerSupportLibraries_jll, blastrampoline,
|
||||
# nghttp2_jll but not detected as they are dlopen()ed but not linked to
|
||||
%if 0%{?__isa_bits} == 64
|
||||
Requires: libgfortran.so.5()(64bit)
|
||||
Requires: libgomp.so.1()(64bit)
|
||||
Requires: libnghttp2.so.14()(64bit)
|
||||
%else
|
||||
Requires: libgfortran.so.5
|
||||
Requires: libgomp.so.1
|
||||
Requires: libnghttp2.so.14
|
||||
%endif
|
||||
|
||||
# Same as the previous comment. But the difference
|
||||
# is that we applied julia-hardcoded-libs.patch
|
||||
# so therefore it is needed
|
||||
Requires: libblastrampoline-devel
|
||||
Requires: libnghttp2-devel
|
||||
Requires: suitesparse-devel
|
||||
|
||||
Requires(post): %{_sbindir}/update-alternatives
|
||||
Requires(post): %{_sbindir}/ldconfig
|
||||
Requires(postun):%{_sbindir}/update-alternatives
|
||||
|
Loading…
x
Reference in New Issue
Block a user