Skip to content

Commit

Permalink
Relocate spack.yaml and use just for storing dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Sep 11, 2023
1 parent 94542a7 commit 517c0ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Spack_Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
git clone -c feature.manyFiles=true https://github.com/spack/spack
. spack/share/spack/setup-env.sh
spack env create grib-util-env
spack env create grib-util-env $GITHUB_WORKSPACE/grib-util/spack/spack.yaml
spack env activate grib-util-env
cp $GITHUB_WORKSPACE/grib-util/spack/package.py $SPACK_ROOT/var/spack/repos/builtin/packages/grib-util/package.py
mv $GITHUB_WORKSPACE/grib-util $SPACK_ENV/grib-util
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Spack_MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
git clone -c feature.manyFiles=true https://github.com/spack/spack
. spack/share/spack/setup-env.sh
spack env create grib-util-env
spack env create grib-util-env $GITHUB_WORKSPACE/grib-util/spack/spack.yaml
spack env activate grib-util-env
cp $GITHUB_WORKSPACE/grib-util/spack/package.py $SPACK_ROOT/var/spack/repos/builtin/packages/grib-util/package.py
mv $GITHUB_WORKSPACE/grib-util $SPACK_ENV/grib-util
Expand Down
File renamed without changes.

0 comments on commit 517c0ab

Please sign in to comment.