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 3edd1c7 commit 2a2d872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/common/compile_netcdfc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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
CPPFLAGS="-I$GITHUB_WORKSPACE/hdf5/include -I$GITHUB_WORKSPACE/zlib/include" LDFLAGS="-L$GITHUB_WORKSPACE/hdf5/lib -L$GITHUB_WORKSPACE/zlib/lib" ./configure --prefix="$GITHUB_WORKSPACE/netcdf-c"
CPPFLAGS="-I$GITHUB_WORKSPACE/hdf5/include -I$GITHUB_WORKSPACE/zlib/include" LDFLAGS="-L$GITHUB_WORKSPACE/hdf5/lib -L$GITHUB_WORKSPACE/zlib/lib" ./configure --prefix="$GITHUB_WORKSPACE/netcdf-c" --disable-byterange
make check
make install
ls -l

0 comments on commit 2a2d872

Please sign in to comment.