File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build Wheels
33on :
44 push :
55 branches :
6- - testing-pkg
6+ - main
77 tags :
88 - " quaddtype-v*"
99 paths :
Original file line number Diff line number Diff line change 6161 sudo apt-get install -y libmpfr-dev libssl-dev libfftw3-dev
6262 - name : Install SLEEF
6363 run : |
64- git clone https://github.com/shibatch/sleef.git
64+ git clone --branch 3.8 https://github.com/shibatch/sleef.git
6565 cd sleef
6666 cmake -S . -B build -DSLEEF_BUILD_QUAD:BOOL=ON -DSLEEF_BUILD_SHARED_LIBS:BOOL=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON
6767 cmake --build build/ --clean-first -j
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build-backend = "mesonpy"
1010[project ]
1111name = " numpy_quaddtype"
1212description = " Quad (128-bit) float dtype for numpy"
13- version = " 0.0.84 "
13+ version = " 0.0.1 "
1414readme = ' README.md'
1515authors = [{
name =
" Swayam Singh" ,
email =
" [email protected] " }]
1616requires-python = " >=3.10.0"
You can’t perform that action at this time.
0 commit comments