Skip to content

Commit

Permalink
Address reviewer comments
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Dec 2, 2020
1 parent 4f4692a commit eae031d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,12 @@ setenv("LMOD_EXTENDED_DEFAULT", "yes")
- ESMF beta snapshot 27 does not work on macOS. `stack_mac` installs
beta 21 instead.

- NetCDF-C++ does not build with LLVM Clang. It can be disabled by setting
- NetCDF-C++ does not build with LLVM Clang. It can be disabled by setting
`disable_cxx: YES` in the stack file under the NetCDF section.

- Json-schema-validator does not build with LLVM Clang. It can be disabled
in the stack file in the json-schema-validator-section.

## Disclaimer

The United States Department of Commerce (DOC) GitHub project code is
Expand Down
10 changes: 5 additions & 5 deletions config/stack_mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,25 +242,25 @@ json:
version: 3.9.1

json_schema_validator:
build: NO
build: YES
version: 2.1.0

ecbuild:
build: NO
build: YES
version: release-stable
repo: jcsda

eckit:
build: NO
build: YES
version: release-stable
repo: jcsda

fckit:
build: NO
build: YES
version: release-stable
repo: jcsda

atlas:
build: NO
build: YES
version: release-stable
repo: jcsda

0 comments on commit eae031d

Please sign in to comment.