File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments