Skip to content

Commit

Permalink
Remove link_fix.sh from build system (ufs-community#41)
Browse files Browse the repository at this point in the history
## DESCRIPTION OF CHANGES: 
Remove the script link_fix.sh from the build system since the fix directories this script creates under ufs-srweather-app are not needed [the ones that are needed (in NCO mode) are under regional_workflow, not under ufs-srweather-app].

## TESTS CONDUCTED: 
On Orion, built successfully without link_fix.sh.

## CONTRIBUTORS (optional): 
@JeffBeck-NOAA
  • Loading branch information
gsketefian authored Oct 26, 2020
1 parent e0eb29c commit 8181459
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 54 deletions.
4 changes: 0 additions & 4 deletions src/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,4 @@ echo;echo " .... Installing executables .... "
echo;echo " .... Installation finished .... "
echo;echo " .... Linking fix files .... "

./link_fix.sh

echo;echo " .... Linking fix files finished .... "

exit 0
50 changes: 0 additions & 50 deletions src/link_fix.sh

This file was deleted.

0 comments on commit 8181459

Please sign in to comment.