Skip to content

Commit

Permalink
removed invalid hdf5 build option
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed May 30, 2024
1 parent be1cb93 commit 6df8afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
export HDF5_LIBTOOL=/usr/bin/libtoolize
./autogen.sh
./configure --prefix=$HDF5_DIR --enable-parallel --enable-threadsafe --enable-unsupported \
--disable-tests --disable-hl --disable-fortran --disable-tools --disable-hltools
--disable-tests --disable-hl --disable-fortran --disable-tools
make && make install
# Compile Argobots
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
export HDF5_LIBTOOL=/usr/bin/libtoolize
./autogen.sh
./configure --prefix=$HDF5_DIR --enable-parallel --enable-threadsafe --enable-unsupported \
--disable-tests --disable-hl --disable-fortran --disable-tools --disable-hltools
--disable-tests --disable-hl --disable-fortran --disable-tools
make && make install
# Compile Argobots
Expand Down

0 comments on commit 6df8afb

Please sign in to comment.