forked from NOAA-EMC/GSI-utils
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update interp_inc to allow hdf5 >=1.10.9 (NOAA-EMC#16)
* Update interp_inc to allow hdf5 >=1.10.9 * gcc CI updates (incl. JCSDA/spack->spack/spack) * revert spack->JCSDA * tweak intel CI * test fix for recentersigp for CI failure * revert to JCSDA spack * revert to main spack; re-add --dirty * more intel CI debugging * ci cache * intel CI cache key * Update intel.yml
- Loading branch information
1 parent
4bb9dee
commit 4bd8521
Showing
4 changed files
with
24 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,15 +53,15 @@ jobs: | |
- name: install-dependencies-with-spack | ||
if: steps.cache-env.outputs.cache-hit != 'true' | ||
run: | | ||
git clone -c feature.manyFiles=true https://github.com/NOAA-EMC/spack.git | ||
git clone -c feature.manyFiles=true https://github.com/JCSDA/spack.git | ||
source spack/share/spack/setup-env.sh | ||
spack env create gsiutils-env GSI-utils/ci/spack.yaml | ||
spack env activate gsiutils-env | ||
spack compiler find | ||
spack external find | ||
spack add [email protected] | ||
spack concretize | ||
spack install --dirty -v | ||
spack install -v --fail-fast | ||
build: | ||
needs: setup | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters