Skip to content

Commit 61493fb

Browse files
author
Jeff Whitaker
committed
build netcdf-c from github master
1 parent caf8c09 commit 61493fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ function build_netcdf {
5656
./configure --prefix=$BUILD_PREFIX --enable-dap \
5757
make -j4
5858
make install
59+
cd ..
5960
else
6061
fetch_unpack https://github.com/Unidata/netcdf-c/archive/v${NETCDF_VERSION}.tar.gz
6162
(cd netcdf-c-${NETCDF_VERSION} \

0 commit comments

Comments
 (0)