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 5, 2024
1 parent 2a052d6 commit 942741d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/common/compile_netcdfc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ cd "$GITHUB_WORKSPACE/netcdf-c"
echo "ls zlib"
ls -l $(pwd)/../zlib/
echo "find libz"
find $(pwd)/../zlib/ | grep libz
#find $(pwd)/../zlib/ | grep libz
echo "ls hdf5"
ls -l $(pwd)/../hdf5/
echo "ls hdf5/lib"
ls -l $(pwd)/../hdf5/lib
CPPFLAGS="-I$(pwd)/../hdf5/include -I$(pwd)/../zlib" LDFLAGS="-L$(pwd)/../hdf5/lib -L$(pwd)/../zlib" ./configure --prefix="$(pwd)/netcdf-c" --disable-byterange
make check
make install
Expand Down

0 comments on commit 942741d

Please sign in to comment.