Skip to content

Commit bdba910

Browse files
committed
manylinux: Remove libatomic
1 parent 660be8a commit bdba910

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cibw-build-mpi.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ WORKDIR=${WORKDIR:-$PACKAGE/workdir}
1111
DESTDIR=${DESTDIR:-$PACKAGE/install}
1212
PREFIX=${PREFIX:-"/opt/$mpiname"}
1313

14+
if test "$CIBUILDWHEEL" = 1; then
15+
if test "$(id -u)" -eq 0; then
16+
yum remove -y libatomic
17+
fi
18+
fi
19+
1420
if test "$mpiname" = "mpich"; then
1521
version=$(sed -n 's/MPICH_VERSION=\(.*\)/\1/p' "$SOURCE"/maint/Version)
1622
options=(

0 commit comments

Comments
 (0)