提交 502d6b89 编写于 作者: M Megvii Engine Team 提交者: Xinran Xu

build(manylinux2010): add missing libatomic depedency

GitOrigin-RevId: 8f85ace96c9ab69020362077b498ed3dd77db29f
上级 a795aa70
......@@ -6,7 +6,7 @@ LLVM_URL='https://github.com/llvm-mirror/llvm/archive/release_60.tar.gz'
CLANG_URL='https://github.com/llvm-mirror/clang/archive/release_60.tar.gz'
yum erase -y cmake cmake28
yum install -y python34-pip pcre-devel
yum install -y python34-pip pcre-devel devtoolset-8-libatomic-devel.x86_64
pip3 install --no-cache-dir --only-binary :all: -U pip==19.1
pip3 install --no-cache-dir --only-binary :all: cmake==3.16.3
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册