Skip to content

Commit

Permalink
debug hdf5 tools bin
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 committed Aug 1, 2024
1 parent 2db89a8 commit 67de637
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
set +e
mkdir build
cd build
env PATH=`pwd`/../hdf5-1.14.4-3/bin:$PATH LDFLAGS=-Wl,-rpath,`pwd`/../hdf5-1.14.4-3/lib ../configure --with-hdf5=`pwd`/../hdf5-1.14.4-3/include,`pwd`/../hdf5-1.14.4-3/lib --enable-pythonmodule --disable-fortran --prefix=`pwd`/myinstall
cat config.log
make -j 8 install
make -j 8 check
cat ./tests/testsuite.dir/*/*.log
#env PATH=`pwd`/../hdf5-1.14.4-3/bin:$PATH LDFLAGS=-Wl,-rpath,`pwd`/../hdf5-1.14.4-3/lib ../configure --with-hdf5=`pwd`/../hdf5-1.14.4-3/include,`pwd`/../hdf5-1.14.4-3/lib --enable-pythonmodule --disable-fortran --prefix=`pwd`/myinstall
env PATH=`pwd`/../hdf5-1.14.4-3/bin:$PATH which h5stat
#cat config.log
#make -j 8 install
#make -j 8 check
#cat ./tests/testsuite.dir/*/*.log

0 comments on commit 67de637

Please sign in to comment.