Skip to content

Commit

Permalink
set path for hdf5 bin
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 committed Aug 1, 2024
1 parent 67de637 commit 2c49915
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,14 @@ jobs:
- name: Build and Check Silo
run: |
set +e
export PATH="$PWD/../hdf5-1.14.4-3/bin:$PATH"
rehash
which h5stat
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
env 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
cat config.log
make -j 8 install
make -j 8 check
cat ./tests/testsuite.dir/*/*.log

0 comments on commit 2c49915

Please sign in to comment.