Skip to content

Commit

Permalink
Fix ESMF version by using require
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Jun 17, 2024
1 parent 196f0c0 commit 06a09b4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,22 @@
# config and update the projections for lmod/tcl.
# Also, check the acorn and derecho site configs which have esmf modifications.
esmf:
version: ['8.6.1']
variants: ~xerces ~pnetcdf snapshot=none +shared +external-parallelio
#version: ['8.6.1']
#variants: ~xerces ~pnetcdf snapshot=none +shared +external-parallelio
#version: ['8.6.1b04']
#variants: ~xerces ~pnetcdf snapshot=b04 +shared +external-parallelio
#version: ['8.7.0b04']
#variants: ~xerces ~pnetcdf snapshot=b04 +shared +external-parallelio
require:
- any_of: ['fflags="-fp-model precise" cxxflags="-fp-model precise"']
- any_of: ['@=8.6.1 ~xerces ~pnetcdf snapshot=none +shared +external-parallelio fflags="-fp-model precise" cxxflags="-fp-model precise"']
when: "%intel"
message: "Extra ESMF compile options for Intel"
- any_of: ['']
- any_of: ['@=8.6.1 ~xerces ~pnetcdf snapshot=none +shared +external-parallelio']
when: "%gcc"
message: "Extra ESMF compile options for GCC"
- any_of: ['@=8.6.1 ~xerces ~pnetcdf snapshot=none +shared +external-parallelio']
when: "%apple-clang"
message: "Extra ESMF compile options for GCC"
fckit:
version: ['0.11.0']
variants: +eckit
Expand Down

0 comments on commit 06a09b4

Please sign in to comment.