Skip to content

Commit f99f565

Browse files
committed
fixing linux CI
1 parent d6fc9c6 commit f99f565

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,14 @@ jobs:
4747
CIBW_BUILD_VERBOSITY: "3"
4848
CIBW_BEFORE_ALL: |
4949
# Install SLEEF in container
50-
yum install -y cmake git gcc gcc-c++ make
51-
git clone --branch 3.8 --depth 1 https://github.com/shibatch/sleef.git
50+
git clone --branch 3.8 https://github.com/shibatch/sleef.git
5251
cd sleef
5352
cmake -S . -B build \
5453
-DSLEEF_BUILD_QUAD:BOOL=ON \
5554
-DSLEEF_BUILD_SHARED_LIBS:BOOL=ON \
5655
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
5756
cmake --build build/ --clean-first -j
5857
cmake --install build --prefix /usr/local
59-
cd ..
60-
rm -rf sleef
6158
CIBW_ENVIRONMENT: >
6259
CFLAGS="-I/usr/local/include -I{project}/numpy_quaddtype/QBLAS/include $CFLAGS"
6360
CXXFLAGS="-I/usr/local/include -I{project}/numpy_quaddtype/QBLAS/include -std=c++17 $CXXFLAGS"

0 commit comments

Comments
 (0)