Skip to content

Commit

Permalink
Try installing llvm-toolset-7.0-llvm-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Apr 18, 2024
1 parent febb273 commit 99baba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cibw_before_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if command -v apt; then
elif command -v apk; then
apk update && apk add clang-dev
elif command -v yum; then
yum -y install centos-release-scl llvm-toolset-7.0
yum -y install centos-release-scl llvm-toolset-7.0 llvm-toolset-7.0-llvm-devel
source scl_source enable llvm-toolset-7.0 || true
ln -s `which clang` /usr/local/bin/clang
ln -s `which clang-7` /usr/local/bin/clang-7
Expand Down

0 comments on commit 99baba7

Please sign in to comment.