- Don't let it make the resolver get confused if we use bundled libs so we
add again those lines. * In this revision for 1.9.4, only bundled lib was libuv-devel OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=117
This commit is contained in:
parent
c4dab33fe3
commit
8e672083f8
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 9 08:55:41 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
- Don't let it make the resolver get confused if we use bundled libs so we
|
||||||
|
add again those lines.
|
||||||
|
* In this revision for 1.9.4, only bundled lib was libuv-devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 9 08:48:10 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
Sat Dec 9 08:48:10 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
@ -23,6 +23,13 @@
|
|||||||
%undefine _build_create_debug
|
%undefine _build_create_debug
|
||||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||||
|
|
||||||
|
%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 __provides_exclude ^(%{_privatelibs})$
|
||||||
|
%global __requires_exclude ^(%{_privatelibs})$
|
||||||
|
|
||||||
%define libjulia_sover_major 1
|
%define libjulia_sover_major 1
|
||||||
%define libjulia_sover_minor 9
|
%define libjulia_sover_minor 9
|
||||||
%if "@BUILD_FLAVOR@%{nil}" == "compat"
|
%if "@BUILD_FLAVOR@%{nil}" == "compat"
|
||||||
|
Loading…
Reference in New Issue
Block a user