SHA256
1
0
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:
Soc Virnyl Estela 2023-12-18 15:07:44 +00:00 committed by Git OBS Bridge
parent 0df6fe2797
commit 3d0bc4144f
2 changed files with 21 additions and 0 deletions

View File

@ -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, - LLVM, uv, ccalltest, llvmcalltest, openblas with INTERFACE64 enabled,
libjulia-internal and libjulia-codegen libjulia-internal and libjulia-codegen
* Fdupe only /usr/share/julia. * 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> Mon Dec 18 06:20:48 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>

View File

@ -118,6 +118,26 @@ BuildRequires: zlib-devel
Requires: ca-certificates Requires: ca-certificates
Requires: p7zip >= 16 Requires: p7zip >= 16
Requires: readline 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}/update-alternatives
Requires(post): %{_sbindir}/ldconfig Requires(post): %{_sbindir}/ldconfig
Requires(postun):%{_sbindir}/update-alternatives Requires(postun):%{_sbindir}/update-alternatives