We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e9acd commit 1ed7babCopy full SHA for 1ed7bab
.github/workflows/build_wheels.yml
@@ -41,8 +41,8 @@ jobs:
41
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
42
CIBW_BUILD_VERBOSITY: "3"
43
CIBW_BEFORE_ALL: |
44
- apt-get update
45
- apt-get install -y cmake build-essential libomp-dev git pkg-config gcc g++
+ yum update -y
+ yum install -y cmake gcc gcc-c++ make git pkgconfig
46
# Install SLEEF in container
47
git clone --branch 3.8 https://github.com/shibatch/sleef.git
48
cd sleef
0 commit comments