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 660be8a commit bdba910Copy full SHA for bdba910
cibw-build-mpi.sh
@@ -11,6 +11,12 @@ WORKDIR=${WORKDIR:-$PACKAGE/workdir}
11
DESTDIR=${DESTDIR:-$PACKAGE/install}
12
PREFIX=${PREFIX:-"/opt/$mpiname"}
13
14
+if test "$CIBUILDWHEEL" = 1; then
15
+ if test "$(id -u)" -eq 0; then
16
+ yum remove -y libatomic
17
+ fi
18
+fi
19
+
20
if test "$mpiname" = "mpich"; then
21
version=$(sed -n 's/MPICH_VERSION=\(.*\)/\1/p' "$SOURCE"/maint/Version)
22
options=(
0 commit comments