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
9797 fixup-mirrors
9898 yum -y install yum-utils curl
9999 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 )
101101 if [ " ${AUDITWHEEL_ARCH} " == " x86_64" ]; then
102102 # Software collection (for devtoolset-10)
103103 yum -y install centos-release-scl-rh
@@ -125,15 +125,15 @@ elif [ "${OS_ID_LIKE}" == "rhel" ]; then
125125 else
126126 dnf config-manager --set-enabled crb
127127 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 )
129129 if [ " ${AUDITWHEEL_ARCH} " == " x86_64" ]; then
130130 TOOLCHAIN_DEPS+=(yasm)
131131 fi
132132elif [ " ${OS_ID_LIKE} " == " debian" ]; then
133- TOOLCHAIN_DEPS+=(binutils gcc g++ gfortran)
133+ TOOLCHAIN_DEPS+=(binutils gcc g++ gfortran libatomic1 )
134134 BASE_TOOLS+=(gpg gpg-agent hardlink hostname locales xz-utils)
135135elif [ " ${OS_ID_LIKE} " == " alpine" ]; then
136- TOOLCHAIN_DEPS=(binutils gcc g++ gfortran)
136+ TOOLCHAIN_DEPS=(binutils gcc g++ gfortran libatomic )
137137 BASE_TOOLS+=(gnupg util-linux shadow tar)
138138else
139139 echo " Unsupported policy: '${AUDITWHEEL_POLICY} '"
You can’t perform that action at this time.
0 commit comments