Skip to content

Commit

Permalink
Fix cannot find -latomic (#27598)
Browse files Browse the repository at this point in the history
Signed-off-by: hg.anderson <[email protected]>
  • Loading branch information
BUPTAnderson authored Oct 15, 2023
1 parent 50672f0 commit ff19cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function install_linux_deps() {
sudo yum install -y epel-release centos-release-scl-rh
sudo yum install -y wget curl which \
git make automake python3-devel \
devtoolset-11-gcc devtoolset-11-gcc-c++ devtoolset-11-gcc-gfortran \
devtoolset-11-gcc devtoolset-11-gcc-c++ devtoolset-11-gcc-gfortran devtoolset-11-libatomic-devel \
llvm-toolset-11.0-clang llvm-toolset-11.0-clang-tools-extra \
libaio libuuid-devel zip unzip \
ccache lcov libtool m4 autoconf automake
Expand Down

0 comments on commit ff19cb2

Please sign in to comment.