Skip to content

Commit

Permalink
Set cmake in spack.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Nov 21, 2023
1 parent 3dc15b3 commit fc13aea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
source spack/share/spack/setup-env.sh
spack env create gsiutils-env gsi-utils/ci/spack.yaml
spack env activate gsiutils-env
sudo apt install cmake
spack external find
spack add mpich@3.4.2
spack concretize
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:

jobs:
setup:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: checkout # This is for getting spack.yaml
Expand Down Expand Up @@ -70,7 +70,6 @@ jobs:
spack env create gsiutils-env gsi-utils/ci/spack.yaml
spack env activate gsiutils-env
spack compiler find
sudo apt install cmake
spack external find
spack add intel-oneapi-mpi
spack concretize
Expand All @@ -79,7 +78,7 @@ jobs:
gsi-utils:
needs: setup
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: install-intel
Expand Down
1 change: 1 addition & 0 deletions ci/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spack:
- crtm@2.4.0
- ncio@1.1.2
- gsi-ncdiag@1.1.2
- cmake@3.20.1
view: true
concretizer:
unify: true

0 comments on commit fc13aea

Please sign in to comment.