-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ufs_public_release: remove libxml2 #46
Merged
DusanJovic-NOAA
merged 5 commits into
ufs-community:ufs_public_release
from
climbfuji:remove_libxml2
Feb 6, 2020
Merged
ufs_public_release: remove libxml2 #46
DusanJovic-NOAA
merged 5 commits into
ufs-community:ufs_public_release
from
climbfuji:remove_libxml2
Feb 6, 2020
Conversation
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 was referenced Feb 6, 2020
Regression testing on hera.intel, cheyenne.intel and cheyenne.gnu: all tests pass. Regression test logs have been updated in this PR. |
junwang-noaa
approved these changes
Feb 6, 2020
DusanJovic-NOAA
approved these changes
Feb 6, 2020
Ready to go! |
DusanJovic-NOAA
approved these changes
Feb 6, 2020
XiaSun-Atmos
pushed a commit
to XiaSun-Atmos/ufs-weather-model
that referenced
this pull request
Aug 8, 2020
climbfuji
pushed a commit
to climbfuji/ufs-weather-model
that referenced
this pull request
Nov 21, 2020
…_from_develop_20201118 Update gsd/develop from develop 2020/11/18
epic-cicd-jenkins
pushed a commit
that referenced
this pull request
Apr 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Remove reference to libxml2, this not required for the CCPP static build. Avoids that users need to install libxml2 on their systems for something that doesn't get used at all.
Also fixes a bug for compiling on gaea (rename cmake/configure_gaea.cmake to cmake/configure_gaea.intel.cmake). Then, it is possible to compile the code using either
or
However, for users outside of the ESRL organization, this still requires GFDL helpdesk to fix the permissions (cannot read
/lustre/f2/pdata/esrl
, permissions underneath are correct). I opened a ticket for this and they are working on it.Associated PRs:
NCAR/ccpp-framework#261
NOAA-EMC/fv3atm#55
#46
Also: NOAA-EMC/fv3atm#56
For regression testing, see below.