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 4700cf5 commit 615883b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/common/compile_hdf5.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
cd "$GITHUB_WORKSPACE/hdf5/hdf5-1.14.4-3"
#./configure --with-zlib="$GITHUB_WORKSPACE/zlib" --prefix="$GITHUB_WORKSPACE/hdf5/hdf5-1.14.4-3" --enable-hl
./configure --with-zlib=$(pwd)/../../zlib --prefix=$(pwd)/.. --enable-hl
#./configure --with-zlib=$(pwd)/../../zlib --prefix=$(pwd)/.. --enable-hl
ls -l /usr/include
ls -l /usr/lib
./configure --with-zlib=/usr/include --prefix=$(pwd)/.. --enable-hl
#make check
make
make install
Expand Down

0 comments on commit 615883b

Please sign in to comment.