forked from pool/julia
- Some dependencies require to be explicit since Julia uses dlopen
on it's stdlib and other julia scripts OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=155
This commit is contained in:
parent
3d0bc4144f
commit
4b0124e32c
@ -6,3 +6,7 @@ addFilter("E: arch-dependent-file-in-usr-share*")
|
|||||||
# https://github.com/JuliaLang/julia/issues/17941
|
# https://github.com/JuliaLang/julia/issues/17941
|
||||||
addFilter("unstripped-binary-or-object")
|
addFilter("unstripped-binary-or-object")
|
||||||
addFilter("W: hidden-file-or-dir /usr/share/julia/stdlib/v1.9/Pkg/test/test_packages/AugmentedPlatform/*")
|
addFilter("W: hidden-file-or-dir /usr/share/julia/stdlib/v1.9/Pkg/test/test_packages/AugmentedPlatform/*")
|
||||||
|
# Julia is unique that rpm cant detect what it needs because
|
||||||
|
# it is dlopened
|
||||||
|
addFilter("explicit-lib-dependency")
|
||||||
|
addFilter("devel-dependency")
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 18 22:35:16 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
- Some dependencies require to be explicit since Julia uses dlopen
|
||||||
|
on it's stdlib and other julia scripts
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 18 14:24:24 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
Mon Dec 18 14:24:24 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user