We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10aaf80 commit 87f1397Copy full SHA for 87f1397
2 files changed
.github/ci/spack-envs/clang14_py312_mpich_h5_ad2/spack.yaml
@@ -16,7 +16,7 @@ spack:
16
cmake:
17
externals:
18
- spec: cmake@3.31.6
19
- prefix: /usr
+ prefix: /usr/local/bin
20
buildable: False
21
hdf5:
22
variants: +mpi
@@ -40,7 +40,7 @@ spack:
40
variants: ~fortran
41
providers:
42
mpi: [mpich]
43
- compiler: [clang@14.0.1]
+ compiler: [clang@14.0.6]
44
45
compilers:
46
- compiler:
.github/workflows/linux.yml
@@ -183,7 +183,6 @@ jobs:
183
mpicxx --version
184
perl --version
185
python --version
186
- sudo ln -s "$(which cmake)" /usr/bin/cmake
187
eval $(spack env activate --sh .github/ci/spack-envs/clang14_py312_mpich_h5_ad2/)
188
spack install
189
0 commit comments