From 6afa5edb5d32f4b59fe9e1e9185e098a19ec95ac Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Wed, 3 Mar 2021 12:45:16 -0700 Subject: [PATCH] change build_nceplibs.sh to handle relative nceplibs dir path --- contrib/build_nceplibs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/build_nceplibs.sh b/contrib/build_nceplibs.sh index 726b50a7c..d471c252b 100755 --- a/contrib/build_nceplibs.sh +++ b/contrib/build_nceplibs.sh @@ -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 @@ -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