py-scipy: -fvisibility issue is resolved in 2023.1.0:
This commit is contained in:
parent
c36e103a1d
commit
04f77e3e5d
@ -139,7 +139,7 @@ class PyScipy(PythonPackage):
|
|||||||
# https://github.com/mesonbuild/meson/pull/10909#issuecomment-1282241479
|
# https://github.com/mesonbuild/meson/pull/10909#issuecomment-1282241479
|
||||||
# Intel OneAPI ifx claims to support -fvisibility, but this does not work.
|
# Intel OneAPI ifx claims to support -fvisibility, but this does not work.
|
||||||
# Meson adds this flag for all Python extensions which include Fortran code.
|
# Meson adds this flag for all Python extensions which include Fortran code.
|
||||||
conflicts("%oneapi", when="@1.9:")
|
conflicts("%oneapi@:2023.0.0", when="@1.9:")
|
||||||
|
|
||||||
# https://github.com/scipy/scipy/issues/12860
|
# https://github.com/scipy/scipy/issues/12860
|
||||||
patch(
|
patch(
|
||||||
|
Loading…
Reference in New Issue
Block a user