forked from JCSDA/spack-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa34fb6
commit 3a4144c
Showing
7 changed files
with
13 additions
and
9 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
### spack-stack-1.6.0 / skylab-7.x.y containers for fv3-jedi and mpas-jedi (but not for ufs-jedi) | ||
specs: [[email protected], [email protected], [email protected], [email protected], | ||
[email protected], [email protected], [email protected], bufr@12.0.1, [email protected], [email protected], ecflow@5, | ||
[email protected], [email protected], [email protected], bufr@12.1.0, [email protected], [email protected], ecflow@5, | ||
[email protected], [email protected] +fckit +trans +tesselation +fftw, [email protected], [email protected] +fftw, | ||
[email protected], [email protected], [email protected], [email protected], [email protected], | ||
[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], | ||
|
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 |
---|---|---|
|
@@ -35,7 +35,7 @@ spack: | |
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- bufr@12.0.0 | ||
- bufr@12.1.0 | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ spack: | |
- jedi-um-env | ||
- neptune-env ~python ^esmf@=8.7.0b11 snapshot=b11 | ||
- soca-env | ||
- ufs-srw-app-env ^esmf@=8.6.1 | ||
- ufs-srw-app-env ^esmf@=8.6.1 ^[email protected] ^[email protected] | ||
- ufs-weather-model-env ^esmf@=8.6.1 | ||
|
||
# Various crtm tags (list all to avoid duplicate packages) | ||
|
Submodule spack
updated
2 files
+13 −4 | var/spack/repos/builtin/packages/bufr/package.py | |
+5 −2 | var/spack/repos/builtin/packages/py-fortranformat/package.py |
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 |
---|---|---|
|
@@ -36,7 +36,9 @@ class EmcVerifGlobalEnv(BundlePackage): | |
depends_on("wgrib2", when="%intel") | ||
depends_on("python") | ||
depends_on("prod-util") | ||
depends_on("met") | ||
depends_on("metplus") | ||
depends_on("[email protected]", when="%gcc") | ||
depends_on("[email protected]", when="%intel") | ||
depends_on("[email protected]", when="%gcc") | ||
depends_on("[email protected]", when="%intel") | ||
|
||
# There is no need for install() since there is no code. |
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 |
---|---|---|
|
@@ -43,8 +43,10 @@ class GlobalWorkflowEnv(BundlePackage): | |
depends_on("wgrib2", when="%apple-clang") | ||
depends_on("wgrib2", when="%gcc") | ||
depends_on("wgrib2", when="%intel") | ||
depends_on("met") | ||
depends_on("metplus") | ||
depends_on("[email protected]", when="%gcc") | ||
depends_on("[email protected]", when="%intel") | ||
depends_on("[email protected]", when="%gcc") | ||
depends_on("[email protected]", when="%intel") | ||
depends_on("gsi-ncdiag") | ||
depends_on("[email protected]") | ||
depends_on("py-wxflow", when="+python") | ||
|