Skip to content

Commit 499f8ca

Browse files
authored
Update linux.yml
1 parent 9e2d358 commit 499f8ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ jobs:
7777
git checkout hdf5-1_14_1-2
7878
export HDF5_LIBTOOL=/usr/bin/libtoolize
7979
./autogen.sh
80-
./configure -DCMAKE_C_COMPILER=mpicc --prefix=$HDF5_DIR --enable-parallel --enable-threadsafe --enable-unsupported \
81-
--disable-tests --disable-hl --disable-fortran
80+
./configure CC=mpicc --prefix=$HDF5_DIR --enable-parallel --disable-tests --disable-hl --disable-fortran
8281
make -j2 && make install
8382
8483
# Compile libfabric

0 commit comments

Comments
 (0)