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.
Bump g2 to 3.5.1 and g2tmpl to 1.13.0 in `configs/containers/specs/je…
…di-ci.yaml` (JCSDA#1261) Bump g2 and g2tmpl in configs/containers/specs/jedi-ci.yaml. Set additional compile option '-fno-range-check' for container clang compile of [email protected] (see NOAA-EMC/NCEPLIBS-g2#745)
- Loading branch information
Showing
3 changed files
with
9 additions
and
2 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 |
---|---|---|
|
@@ -37,6 +37,12 @@ spack: | |
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
g2: | ||
# https://github.com/NOAA-EMC/NCEPLIBS-g2/issues/745 | ||
require: | ||
- any_of: ['fflags="-fno-range-check"'] | ||
when: "@3.5.1 %clang" | ||
message: "Extra g2 compile options for version 3.5.1 with clang" | ||
g2tmpl: | ||
# https://github.com/JCSDA/spack-stack/issues/525 | ||
require: | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
specs: [[email protected], [email protected], [email protected], [email protected], | ||
[email protected], [email protected], [email protected], [email protected], [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], g2@3.4.9, g2tmpl@1.10.2, | ||
[email protected], [email protected], [email protected], g2@3.5.1, g2tmpl@1.13.0, | ||
[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], | ||
[email protected], [email protected], [email protected], [email protected], [email protected], | ||
[email protected], [email protected], [email protected], [email protected], | ||
|