Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Sep 15, 2023
1 parent bb13fe9 commit 3bf0527
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"]
picshared: ["+pic +shared", "+pic ~shared", "~pic"]
pic_shared_extradeps: ["+pic +shared", "+pic ~shared +extradeps", "~pic +extradeps"]
precision: ["precision=d", "precision=4", "precision=8"]
bufr: ["+bufr", "~bufr"]

runs-on: ${{ matrix.os }}

Expand All @@ -42,7 +43,7 @@ jobs:
cp $GITHUB_WORKSPACE/w3emc/spack/package.py $SPACK_ROOT/var/spack/repos/builtin/packages/w3emc/package.py
mv $GITHUB_WORKSPACE/w3emc $SPACK_ENV/w3emc
spack develop --no-clone w3emc@develop
spack add w3emc@develop%gcc@11 ${{ matrix.sharedlibs }} ${{ matrix.pic }} ${{ matrix.precision }}
spack add w3emc@develop%gcc@11 ${{ matrix.pic_shared_extradeps }} ${{ matrix.pic }} ${{ matrix.precision }}
spack external find cmake gmake
spack concretize
# Run installation and run CTest suite
Expand Down

0 comments on commit 3bf0527

Please sign in to comment.