Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Nov 14, 2024
1 parent 09d50bb commit 5fb6b52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobs:
echo "CC=mpicc" >> $GITHUB_ENV
echo "CPPFLAGS=-I/usr/include/hdf5/mpich" >> $GITHUB_ENV
echo "LDFLAGS=-L/usr/lib/x86_64-linux-gnu/hdf5/mpich" >> $GITHUB_ENV
echo "LD_LIBRARY_PATH=-L/usr/lib/x86_64-linux-gnu/hdf5/mpich" >> $GITHUB_ENV
#echo "LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/hdf5/mpich" >> $GITHUB_ENV
echo "LIBS=-lhdf5" >> $GITHUB_ENV
ls /usr/lib/x86_64-linux-gnu/hdf5/mpich
- name: Install Dependencies (Linux--HDF5-develop)
if: matrix.hdf5 == 'develop'
Expand Down

0 comments on commit 5fb6b52

Please sign in to comment.