File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ if [ "${AUDITWHEEL_POLICY}" == "manylinux2014" ]; then
97
97
fixup-mirrors
98
98
yum -y install yum-utils curl
99
99
yum-config-manager --enable extras
100
- TOOLCHAIN_DEPS=(devtoolset-10-binutils devtoolset-10-gcc devtoolset-10-gcc-c++ devtoolset-10-gcc-gfortran)
100
+ TOOLCHAIN_DEPS=(devtoolset-10-binutils devtoolset-10-gcc devtoolset-10-gcc-c++ devtoolset-10-gcc-gfortran devtoolset-10-libatomic-devel )
101
101
if [ " ${AUDITWHEEL_ARCH} " == " x86_64" ]; then
102
102
# Software collection (for devtoolset-10)
103
103
yum -y install centos-release-scl-rh
@@ -125,15 +125,15 @@ elif [ "${OS_ID_LIKE}" == "rhel" ]; then
125
125
else
126
126
dnf config-manager --set-enabled crb
127
127
fi
128
- TOOLCHAIN_DEPS=(gcc-toolset-14-binutils gcc-toolset-14-gcc gcc-toolset-14-gcc-c++ gcc-toolset-14-gcc-gfortran)
128
+ TOOLCHAIN_DEPS=(gcc-toolset-14-binutils gcc-toolset-14-gcc gcc-toolset-14-gcc-c++ gcc-toolset-14-gcc-gfortran gcc-toolset-14-libatomic-devel )
129
129
if [ " ${AUDITWHEEL_ARCH} " == " x86_64" ]; then
130
130
TOOLCHAIN_DEPS+=(yasm)
131
131
fi
132
132
elif [ " ${OS_ID_LIKE} " == " debian" ]; then
133
- TOOLCHAIN_DEPS+=(binutils gcc g++ gfortran)
133
+ TOOLCHAIN_DEPS+=(binutils gcc g++ gfortran libatomic1 )
134
134
BASE_TOOLS+=(gpg gpg-agent hardlink hostname locales xz-utils)
135
135
elif [ " ${OS_ID_LIKE} " == " alpine" ]; then
136
- TOOLCHAIN_DEPS=(binutils gcc g++ gfortran)
136
+ TOOLCHAIN_DEPS=(binutils gcc g++ gfortran libatomic )
137
137
BASE_TOOLS+=(gnupg util-linux shadow tar)
138
138
else
139
139
echo " Unsupported policy: '${AUDITWHEEL_POLICY} '"
You can’t perform that action at this time.
0 commit comments