We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2d358 commit 499f8caCopy full SHA for 499f8ca
.github/workflows/linux.yml
@@ -77,8 +77,7 @@ jobs:
77
git checkout hdf5-1_14_1-2
78
export HDF5_LIBTOOL=/usr/bin/libtoolize
79
./autogen.sh
80
- ./configure -DCMAKE_C_COMPILER=mpicc --prefix=$HDF5_DIR --enable-parallel --enable-threadsafe --enable-unsupported \
81
- --disable-tests --disable-hl --disable-fortran
+ ./configure CC=mpicc --prefix=$HDF5_DIR --enable-parallel --disable-tests --disable-hl --disable-fortran
82
make -j2 && make install
83
84
# Compile libfabric
0 commit comments