Skip to content

Commit

Permalink
Update hashes; fix devbuild.sh (#94)
Browse files Browse the repository at this point in the history
## DESCRIPTION OF CHANGES:
* Update hashes of regional_workflow and ufs-weather-model to work with PR #[416](https://github.com/NOAA-EMC/regional_workflow/pull/416) into regional_workflow.
* Fix devbuild.sh to work with new .env files (instead of old README files).

## TESTS CONDUCTED:
See PR #[416](https://github.com/NOAA-EMC/regional_workflow/pull/416) in regional_workflow.
  • Loading branch information
gsketefian authored Jan 27, 2021
1 parent 00a2820 commit 6e77597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ protocol = git
repo_url = https://github.com/NOAA-EMC/regional_workflow
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 461e4e8
hash = b490a36
local_path = regional_workflow
required = True

Expand All @@ -21,7 +21,7 @@ protocol = git
repo_url = https://github.com/ufs-community/ufs-weather-model
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 63591b6
hash = ea8a7aa
local_path = src/ufs_weather_model
required = True

Expand Down
2 changes: 1 addition & 1 deletion devbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ "$1" = "--help" ] || [ "$1" = "-h" ]; then
exit 0
fi

ENV_FILE="docs/README_${PLATFORM}_${COMPILER}.txt"
ENV_FILE="env/build_${PLATFORM}_${COMPILER}.env"
if [ ! -f "$ENV_FILE" ]; then
echo "ERROR: environment file ($ENV_FILE) does not exist for this platform/compiler combination"
echo "PLATFORM=$PLATFORM"
Expand Down

0 comments on commit 6e77597

Please sign in to comment.