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
3
3
on :
4
4
push :
5
5
branches :
6
- - testing-pkg
6
+ - main
7
7
tags :
8
8
- " quaddtype-v*"
9
9
paths :
Original file line number Diff line number Diff line change 61
61
sudo apt-get install -y libmpfr-dev libssl-dev libfftw3-dev
62
62
- name : Install SLEEF
63
63
run : |
64
- git clone https://github.com/shibatch/sleef.git
64
+ git clone --branch 3.8 https://github.com/shibatch/sleef.git
65
65
cd sleef
66
66
cmake -S . -B build -DSLEEF_BUILD_QUAD:BOOL=ON -DSLEEF_BUILD_SHARED_LIBS:BOOL=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON
67
67
cmake --build build/ --clean-first -j
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build-backend = "mesonpy"
10
10
[project ]
11
11
name = " numpy_quaddtype"
12
12
description = " Quad (128-bit) float dtype for numpy"
13
- version = " 0.0.84 "
13
+ version = " 0.0.1 "
14
14
readme = ' README.md'
15
15
authors = [{
name =
" Swayam Singh" ,
email =
" [email protected] " }]
16
16
requires-python = " >=3.10.0"
You can’t perform that action at this time.
0 commit comments