diff options
author | eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> | 2023-10-01 10:29:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-01 17:29:21 +0000 |
commit | 2d509dc3eb3da4129d396024e3a475fc0fdbfe94 (patch) | |
tree | bc711102fccc8f3bed02562caf496ff9f14e9666 /share | |
parent | 8a9d45cc29be296e400881613bb77ea07b041971 (diff) | |
download | spack-2d509dc3eb3da4129d396024e3a475fc0fdbfe94.tar.gz spack-2d509dc3eb3da4129d396024e3a475fc0fdbfe94.tar.bz2 spack-2d509dc3eb3da4129d396024e3a475fc0fdbfe94.tar.xz spack-2d509dc3eb3da4129d396024e3a475fc0fdbfe94.zip |
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
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml index a4264f7ed0..2c97d4e4be 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml @@ -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 # - 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 # - nvhpc # - dyninst # only %gcc |