forked from pool/julia
- Specfile cleanup:
* Exclude now only bundled libs - LLVM, uv, ccalltest, llvmcalltest, openblas with INTERFACE64 enabled, libjulia-internal and libjulia-codegen * Fdupe only /usr/share/julia. OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=153
This commit is contained in:
parent
b9ab29a5ec
commit
0df6fe2797
@ -1,7 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 10:09:55 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
Mon Dec 18 14:24:24 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
- Fdupe only /usr/share/julia. Causes issues with sofiles that are symlinked
|
||||
- Specfile cleanup:
|
||||
* Exclude now only bundled libs
|
||||
- LLVM, uv, ccalltest, llvmcalltest, openblas with INTERFACE64 enabled,
|
||||
libjulia-internal and libjulia-codegen
|
||||
* Fdupe only /usr/share/julia.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 06:20:48 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
@ -26,7 +26,7 @@
|
||||
%global __provides_exclude_from ^%{_libdir}/%{name}/.*\\.so$
|
||||
|
||||
# List all bundled libraries.
|
||||
%global _privatelibs lib(LLVM-.*|ccalltest|dSFMT|git2|llvmcalltest|openlibm|suitesparse_wrapper|mbedcrypto|mbedtls|mbedx509|uv)\\.so.*
|
||||
%global _privatelibs lib(LLVM-.*|ccalltest|llvmcalltest|uv|openblas.*|sys|julia.*)\\.so.*
|
||||
%global __provides_exclude ^(%{_privatelibs})$
|
||||
%global __requires_exclude ^(%{_privatelibs})$
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user