Skip to content

Commit

Permalink
Merge pull request #237 from grantfirl/v5_final_updates
Browse files Browse the repository at this point in the history
change build_nceplibs.sh to handle relative nceplibs dir path
  • Loading branch information
climbfuji authored Mar 3, 2021
2 parents f8e666d + 6afa5ed commit ab96947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/build_nceplibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cmake -DCMAKE_INSTALL_PREFIX=$NCEPLIBS_DIR ..
make VERBOSE=1
make install

cd $NCEPLIBS_SRC
cd ../..
git clone -b v2.3.3 --recursive https://github.com/NOAA-EMC/NCEPLIBS-sp
cd NCEPLIBS-sp
mkdir build
Expand All @@ -39,7 +39,7 @@ cmake -DCMAKE_INSTALL_PREFIX=$NCEPLIBS_DIR ..
make VERBOSE=1
make install

cd $NCEPLIBS_SRC
cd ../..
git clone -b v2.4.1 --recursive https://github.com/NOAA-EMC/NCEPLIBS-w3nco
cd NCEPLIBS-w3nco
mkdir build
Expand Down

0 comments on commit ab96947

Please sign in to comment.