Skip to content

Commit

Permalink
Bump g2 to 3.5.1 and g2tmpl to 1.13.0 in `configs/containers/specs/je…
Browse files Browse the repository at this point in the history
…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
climbfuji authored Aug 21, 2024
1 parent 887763c commit dfb069d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ packages:
freetype:
require: '+pic'
g2:
require: '@3.5.1'
require:
- '@3.5.1'
g2c:
require: '@1.6.4'
g2tmpl:
Expand Down
6 changes: 6 additions & 0 deletions configs/containers/docker-ubuntu-clang-mpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dfb069d

Please sign in to comment.