Skip to content

Commit

Permalink
t5
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Aug 2, 2024
1 parent 89140d5 commit 30d199a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/common/compile_netcdfc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ cd "$GITHUB_WORKSPACE/netcdf-c"
#LD_LIBRARY_PATH="$GITHUB_WORKSPACE/hdf5/hdf5-1.14.4-3/lib" make check
#LD_LIBRARY_PATH="$GITHUB_WORKSPACE/hdf5/hdf5-1.14.4-3/lib" make install
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/../hdf5/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/../zlib/lib
CPPFLAGS="-I$(pwd)/../hdf5/include -I$(pwd)/../zlib/include" LDFLAGS="-L$(pwd)/../hdf5/lib -L$(pwd)/../zlib/lib" ./configure --prefix="$(pwd)/netcdf-c" --disable-byterange
make check
make install
Expand Down

0 comments on commit 30d199a

Please sign in to comment.