forked from pool/julia
- Requires mbedtls-devel for dlopen
OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=164
This commit is contained in:
parent
456696edc2
commit
9a313787b1
@ -1,12 +1,12 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 25 08:25:12 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
Mon Dec 25 09:25:09 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
- Combine these patches to julia-hardcoded-libs.patch and delete:
|
- Combine these patches to julia-hardcoded-libs.patch and delete:
|
||||||
* libblastrampoline-hardcoded-libs.patch
|
* libblastrampoline-hardcoded-libs.patch
|
||||||
* libgit2-libssh2-hardcoded-libs.patch
|
* libgit2-libssh2-hardcoded-libs.patch
|
||||||
* mbedtls-hardcoded-libs.patch
|
* mbedtls-hardcoded-libs.patch
|
||||||
- Slight adjustment of specfile for updated patch
|
- Slight adjustment of specfile for updated patch
|
||||||
- Requires libmbedcrypto for dlopen
|
- Requires mbedtls-devel for dlopen
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 19 02:34:10 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
Tue Dec 19 02:34:10 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
@ -123,14 +123,10 @@ Requires: readline
|
|||||||
Requires: libgfortran.so.5()(64bit)
|
Requires: libgfortran.so.5()(64bit)
|
||||||
Requires: libgomp.so.1()(64bit)
|
Requires: libgomp.so.1()(64bit)
|
||||||
Requires: libmbedcrypto.so.15()(64bit)
|
Requires: libmbedcrypto.so.15()(64bit)
|
||||||
Requires: libmbedcrypto.so.3.5.1()(64bit)
|
|
||||||
Requires: libnghttp2.so.14()(64bit)
|
|
||||||
%else
|
%else
|
||||||
Requires: libgfortran.so.5
|
Requires: libgfortran.so.5
|
||||||
Requires: libgomp.so.1
|
Requires: libgomp.so.1
|
||||||
Requires: libmbedcrypto.so.15
|
Requires: libmbedcrypto.so.15
|
||||||
Requires: libmbedcrypto.so.3.5.1
|
|
||||||
Requires: libnghttp2.so.14
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Same as the previous comment. But the difference
|
# Same as the previous comment. But the difference
|
||||||
@ -138,6 +134,7 @@ Requires: libnghttp2.so.14
|
|||||||
Requires: libgit2-devel
|
Requires: libgit2-devel
|
||||||
Requires: libnghttp2-devel
|
Requires: libnghttp2-devel
|
||||||
Requires: libssh2-devel
|
Requires: libssh2-devel
|
||||||
|
Requires: mbedtls-devel
|
||||||
Requires: openlibm-devel
|
Requires: openlibm-devel
|
||||||
Requires: suitesparse-devel
|
Requires: suitesparse-devel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user