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:
47
47
CIBW_BUILD_VERBOSITY : " 3"
48
48
CIBW_BEFORE_ALL : |
49
49
# 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
52
51
cd sleef
53
52
cmake -S . -B build \
54
53
-DSLEEF_BUILD_QUAD:BOOL=ON \
55
54
-DSLEEF_BUILD_SHARED_LIBS:BOOL=ON \
56
55
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
57
56
cmake --build build/ --clean-first -j
58
57
cmake --install build --prefix /usr/local
59
- cd ..
60
- rm -rf sleef
61
58
CIBW_ENVIRONMENT : >
62
59
CFLAGS="-I/usr/local/include -I{project}/numpy_quaddtype/QBLAS/include $CFLAGS"
63
60
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