Skip to content

Commit

Permalink
fix Spack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed May 22, 2024
1 parent 342461c commit 8942274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: NOAA-EMC/ci-test-spack-package@develop
with:
package-name: ip
package-variants: ${{ matrix.variants }} target=x86_64 ${{ matrix.variants == "+openmp +shared +pic precision=d" && 'grib-util@develop' || '' }}
package-variants: ${{ matrix.variants }} target=x86_64 ${{ matrix.variants == '+openmp +shared +pic precision=d' && 'grib-util@develop' || '' }}
custom-recipe: spack/package.py
spack-compiler: gcc
spack-externals: gmake cmake openblas
Expand Down

0 comments on commit 8942274

Please sign in to comment.