diff --git a/.jenkins/cscs-ault/env-hipcc.sh b/.jenkins/cscs-ault/env-hipcc.sh index 251c87a135..52d614a119 100644 --- a/.jenkins/cscs-ault/env-hipcc.sh +++ b/.jenkins/cscs-ault/env-hipcc.sh @@ -12,7 +12,7 @@ hip_version="5.3.3" hwloc_version="2.6.0" spack_compiler="gcc@${gcc_version}" spack_arch="linux-centos8-zen" -stdexec_version="6510f5bd69cc03b24668f26eda3dd3cca7e81bb2" +stdexec_version="7a47a4aa411c1ca9adfcb152c28cc3dd7b156b4d" # The xnack- architectures are not supported by rocblas@5.3.3 spack_spec="pika@main+rocm+stdexec amdgpu_target='gfx906:xnack-' arch=${spack_arch} %${spack_compiler} malloc=system cxxstd=${cxx_std} ^boost@${boost_version} ^hwloc@${hwloc_version} ^hip@${hip_version} ^whip amdgpu_target='gfx906:xnack-' ^stdexec@${stdexec_version}" diff --git a/.jenkins/cscs/env-clang-13.sh b/.jenkins/cscs/env-clang-13.sh index b2f8454818..0ed93dbc55 100644 --- a/.jenkins/cscs/env-clang-13.sh +++ b/.jenkins/cscs/env-clang-13.sh @@ -10,7 +10,7 @@ boost_version="1.79.0" hwloc_version="2.6.0" spack_compiler="clang@${clang_version}" spack_arch="cray-cnl7-broadwell" -stdexec_version="6510f5bd69cc03b24668f26eda3dd3cca7e81bb2" +stdexec_version="7a47a4aa411c1ca9adfcb152c28cc3dd7b156b4d" spack_spec="pika@main arch=${spack_arch} %${spack_compiler} cxxflags=-stdlib=libc++ malloc=system cxxstd=${cxx_std} +stdexec ^boost@${boost_version} ^hwloc@${hwloc_version} ^fmt cxxflags=-stdlib=libc++ ^stdexec@${stdexec_version}" diff --git a/.jenkins/cscs/env-clang-14-cuda.sh b/.jenkins/cscs/env-clang-14-cuda.sh index 0b5e9af6fc..3af6b91a2c 100644 --- a/.jenkins/cscs/env-clang-14-cuda.sh +++ b/.jenkins/cscs/env-clang-14-cuda.sh @@ -11,7 +11,7 @@ hwloc_version="2.7.0" cuda_version="11.5.0" spack_compiler="clang@${clang_version}" spack_arch="cray-cnl7-haswell" -stdexec_version="6510f5bd69cc03b24668f26eda3dd3cca7e81bb2" +stdexec_version="7a47a4aa411c1ca9adfcb152c28cc3dd7b156b4d" spack_spec="pika@main arch=${spack_arch} %${spack_compiler} +cuda malloc=system cxxstd=${cxx_std} +stdexec ^boost@${boost_version} ^cuda@${cuda_version} +allow-unsupported-compilers ^hwloc@${hwloc_version} ^stdexec@${stdexec_version}" diff --git a/.jenkins/cscs/env-nvhpc.sh b/.jenkins/cscs/env-nvhpc.sh index 79f2d19228..fbd0c2f571 100644 --- a/.jenkins/cscs/env-nvhpc.sh +++ b/.jenkins/cscs/env-nvhpc.sh @@ -7,7 +7,7 @@ cxx_std="20" boost_version="1.78.0" hwloc_version="2.7.0" -stdexec_version="6510f5bd69cc03b24668f26eda3dd3cca7e81bb2" +stdexec_version="7a47a4aa411c1ca9adfcb152c28cc3dd7b156b4d" nvhpc_version="22.11" spack_compiler="nvhpc@${nvhpc_version}" spack_arch="cray-cnl7-haswell"