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 eb6f04b commit 045f23fCopy full SHA for 045f23f
cibw-build-mpi.sh
@@ -259,8 +259,8 @@ if test ! -e "$WORKDIR"/config.log; then
259
sed -i.orig "$destdir" "$filename"
260
fi
261
if test "$mpiname" = "mpich"; then
262
- confargs='s|".*"|""|g'
263
compiler='s|"([^[:space:]]*).*"|"\1"|g'
+ confargs='s|".*"|"'"${options[@]:3:2}"'"|g'
264
echo removing configure and compiler info in "$filename"
265
sed -i.orig -E "/HYDRA_CC/ $compiler" "$filename"
266
sed -i.orig -E "/MPICH_COMPILER_(C|F)/ $compiler" "$filename"
0 commit comments