Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tamiko committed Feb 2, 2022
1 parent 00d5f15 commit 7023fac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
trilinos-all-dev \
petsc-dev \
libmetis-dev \
libhdf5-dev
libhdf5-mpi-dev
- name: info
run: |
mpicc -v
Expand All @@ -73,9 +73,6 @@ jobs:
-D DEAL_II_WITH_PETSC="ON" \
-D DEAL_II_WITH_METIS="ON" \
-D DEAL_II_WITH_HDF5="ON" \
-D HDF5_INCLUDE_DIR="/usr/include/hdf5/openmpi/" \
-D HDF5_LIBRARY="/usr/lib/x86_64-linux-gnu/hdf5/openmpi/libhdf5.so" \
-D HDF5_HL_LIBRARY="/usr/lib/x86_64-linux-gnu/hdf5/openmpi/libhdf5_hl.so" \
-D DEAL_II_COMPONENT_EXAMPLES="OFF" \
..
- name: archive
Expand Down

0 comments on commit 7023fac

Please sign in to comment.