Skip to content

Commit

Permalink
CI: Spack v0.21.1
Browse files Browse the repository at this point in the history
Update Spack in CI to the latest stable release.
  • Loading branch information
ax3l committed Feb 26, 2024
1 parent a0eca32 commit b79d928
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spack:
cmake:
externals:
- spec: [email protected]
prefix: /usr
prefix: /usr/local
buildable: False
perl:
externals:
Expand Down
2 changes: 1 addition & 1 deletion .github/ci/spack-envs/clang7_nopy_ompi_h5_ad2/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spack:
cmake:
externals:
- spec: [email protected]
prefix: /usr
prefix: /usr/local
buildable: False
openmpi:
externals:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spack:
cmake:
externals:
- spec: [email protected]
prefix: /usr
prefix: /usr/local
buildable: False
openmpi:
externals:
Expand Down
2 changes: 1 addition & 1 deletion .github/ci/spack-envs/clang8_py38_mpich_h5_ad2/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spack:
cmake:
externals:
- spec: [email protected]
prefix: /usr
prefix: /usr/local
buildable: False
mpich:
externals:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spack:
cmake:
externals:
- spec: [email protected]
prefix: /usr
prefix: /usr/local
buildable: False
openmpi:
externals:
Expand Down
2 changes: 1 addition & 1 deletion .github/ci/spack-envs/gcc7_py36_ompi_h5_ad2/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spack:
cmake:
externals:
- spec: [email protected]
prefix: /usr
prefix: /usr/local
buildable: False
openmpi:
externals:
Expand Down
2 changes: 1 addition & 1 deletion .github/ci/spack-envs/gcc_py_ompi_h5_ad2_arm64/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spack:
cmake:
externals:
- spec: [email protected]
prefix: /usr
prefix: /usr/local
buildable: False
libfabric:
externals:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependencies/install_spack
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

set -eu -o pipefail

spack_ver="0.17.1"
spack_ver="0.21.1"

cd /opt
if [[ -d spack && ! -f spack_${spack_ver} ]]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tooling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install clang clang-tidy gfortran libopenmpi-dev python
which cmake
sudo .github/workflows/dependencies/install_spack
- name: Build
env: {CC: clang, CXX: clang++}
Expand Down

0 comments on commit b79d928

Please sign in to comment.