Skip to content

Commit b79d928

Browse files
committed
CI: Spack v0.21.1
Update Spack in CI to the latest stable release.
1 parent a0eca32 commit b79d928

File tree

9 files changed

+11
-8
lines changed

9 files changed

+11
-8
lines changed

Diff for: .github/ci/spack-envs/clang14_py311_nompi_h5_ad2/spack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spack:
1717
cmake:
1818
externals:
1919
20-
prefix: /usr
20+
prefix: /usr/local
2121
buildable: False
2222
perl:
2323
externals:

Diff for: .github/ci/spack-envs/clang7_nopy_ompi_h5_ad2/spack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spack:
1616
cmake:
1717
externals:
1818
19-
prefix: /usr
19+
prefix: /usr/local
2020
buildable: False
2121
openmpi:
2222
externals:

Diff for: .github/ci/spack-envs/clang7_nopy_ompi_h5_ad2_libcpp/spack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spack:
1616
cmake:
1717
externals:
1818
19-
prefix: /usr
19+
prefix: /usr/local
2020
buildable: False
2121
openmpi:
2222
externals:

Diff for: .github/ci/spack-envs/clang8_py38_mpich_h5_ad2/spack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spack:
1616
cmake:
1717
externals:
1818
19-
prefix: /usr
19+
prefix: /usr/local
2020
buildable: False
2121
mpich:
2222
externals:

Diff for: .github/ci/spack-envs/clangtidy_nopy_ompi_h5_ad2/spack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spack:
1616
cmake:
1717
externals:
1818
19-
prefix: /usr
19+
prefix: /usr/local
2020
buildable: False
2121
openmpi:
2222
externals:

Diff for: .github/ci/spack-envs/gcc7_py36_ompi_h5_ad2/spack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spack:
1616
cmake:
1717
externals:
1818
19-
prefix: /usr
19+
prefix: /usr/local
2020
buildable: False
2121
openmpi:
2222
externals:

Diff for: .github/ci/spack-envs/gcc_py_ompi_h5_ad2_arm64/spack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spack:
1616
cmake:
1717
externals:
1818
19-
prefix: /usr
19+
prefix: /usr/local
2020
buildable: False
2121
libfabric:
2222
externals:

Diff for: .github/workflows/dependencies/install_spack

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
set -eu -o pipefail
55

6-
spack_ver="0.17.1"
6+
spack_ver="0.21.1"
77

88
cd /opt
99
if [[ -d spack && ! -f spack_${spack_ver} ]]

Diff for: .github/workflows/tooling.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
run: |
2121
sudo apt-get update
2222
sudo apt-get install clang clang-tidy gfortran libopenmpi-dev python
23+
24+
which cmake
25+
2326
sudo .github/workflows/dependencies/install_spack
2427
- name: Build
2528
env: {CC: clang, CXX: clang++}

0 commit comments

Comments
 (0)