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 5e79fa8 commit 91e48a1Copy full SHA for 91e48a1
cibw-build-mpi.sh
@@ -260,7 +260,7 @@ if test ! -e "$WORKDIR"/config.log; then
260
fi
261
if test "$mpiname" = "mpich"; then
262
compiler='s|"([^[:space:]]*).*"|"\1"|g'
263
- confargs='s|".*"|"'"${options[@]:3:2}"'"|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