diff options
author | eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> | 2023-11-04 06:55:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-04 08:55:19 -0500 |
commit | fd22d109a675aa7095b05500f2add2378cda5913 (patch) | |
tree | a07a6d171876dc74829cf526145fbbc180df8dfd /share | |
parent | 88ee3a0fba3cc806d2cddbad9740dd2c67ac8a4e (diff) | |
download | spack-fd22d109a675aa7095b05500f2add2378cda5913.tar.gz spack-fd22d109a675aa7095b05500f2add2378cda5913.tar.bz2 spack-fd22d109a675aa7095b05500f2add2378cda5913.tar.xz spack-fd22d109a675aa7095b05500f2add2378cda5913.zip |
sundials +sycl: add cxxflags=-fsycl via flag_handler (#40845)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml | 2 |
1 files changed, 1 insertions, 1 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 efbf0e2e9c..8c872240f9 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml @@ -200,11 +200,11 @@ spack: - kokkos +sycl +openmp cxxstd=17 +tests +examples - kokkos-kernels build_type=Release %oneapi ^kokkos +sycl +openmp cxxstd=17 +tests +examples - slate +sycl + - sundials +sycl cxxstd=17 +examples-install - tau +mpi +opencl +level_zero ~pdt +syscall # tau: requires libdrm.so to be installed # -- # - ginkgo +oneapi # InstallError: Ginkgo's oneAPI backend requires theDPC++ compiler as main CXX compiler. # - hpctoolkit +level_zero # dyninst@12.3.0%gcc: /usr/bin/ld: libiberty/./d-demangle.c:142: undefined reference to `_intel_fast_memcpy'; can't mix intel-tbb@%oneapi with dyninst%gcc - # - sundials +sycl cxxstd=17 # sundials: include/sunmemory/sunmemory_sycl.h:20:10: fatal error: 'CL/sycl.hpp' file not found - py-scipy |