py-scipy: -fvisibility issue is resolved in 2023.1.0: (#39464)
* py-scipy: -fvisibility issue is resolved in 2023.1.0: * e4s oneapi ci: add py-scipy
This commit is contained in:
parent
8a9d45cc29
commit
2d509dc3eb
2 changed files with 4 additions and 1 deletions
|
@ -237,6 +237,9 @@ spack:
|
||||||
# - sundials +sycl cxxstd=17 # sundials: include/sunmemory/sunmemory_sycl.h:20:10: fatal error: 'CL/sycl.hpp' file not found
|
# - sundials +sycl cxxstd=17 # sundials: include/sunmemory/sunmemory_sycl.h:20:10: fatal error: 'CL/sycl.hpp' file not found
|
||||||
# - tau +mpi +opencl +level_zero ~pdt # builds ok in container, but needs libdrm, will update container
|
# - tau +mpi +opencl +level_zero ~pdt # builds ok in container, but needs libdrm, will update container
|
||||||
|
|
||||||
|
# Not necessarily E4S, but useful for E4S packages
|
||||||
|
- py-scipy
|
||||||
|
|
||||||
# SKIPPED
|
# SKIPPED
|
||||||
# - nvhpc
|
# - nvhpc
|
||||||
# - dyninst # only %gcc
|
# - dyninst # only %gcc
|
||||||
|
|
|
@ -140,7 +140,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", when="@1.9:")
|
||||||
|
|
||||||
# https://github.com/scipy/scipy/issues/12860
|
# https://github.com/scipy/scipy/issues/12860
|
||||||
patch(
|
patch(
|
||||||
|
|
Loading…
Reference in a new issue