Skip to content

Commit

Permalink
change build_nceplibs.sh to handle relative nceplibs dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfirl committed Mar 3, 2021
1 parent cd55c77 commit 6afa5ed
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 6afa5ed

Please sign in to comment.