File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ jobs:
23
23
strategy :
24
24
fail-fast : false
25
25
matrix :
26
- os : [ubuntu-latest, macos-13 ]
26
+ os : [ubuntu-latest, macos-latest ]
27
27
PLAT : [i686, x86_64]
28
28
INTERFACE64 : ['0', '1']
29
29
MB_ML_VER : ['2014']
30
30
MB_ML_LIBC : ['manylinux']
31
31
include :
32
- - os : macos-13
32
+ - os : macos-latest
33
33
PLAT : arm64
34
34
INTERFACE64 : ' 1'
35
- - os : macos-13
35
+ - os : macos-latest
36
36
PLAT : arm64
37
37
INTERFACE64 : ' 0'
38
38
- os : ubuntu-latest
67
67
68
68
exclude :
69
69
- PLAT : i686
70
- os : macos-13
70
+ os : macos-latest
71
71
- PLAT : i686
72
72
INTERFACE64 : ' 1'
73
73
env :
94
94
echo "DOCKER_TEST_IMAGE=$(echo multibuild/xenial_${{ matrix.PLAT}})" >> $GITHUB_ENV;
95
95
96
96
- uses : maxim-lobanov/setup-xcode@v1.6.0
97
- if : ${{ matrix.os == 'macos-13 ' }}
97
+ if : ${{ matrix.os == 'macos-latest ' }}
98
98
with :
99
99
xcode-version : ' 14.3'
100
100
@@ -137,7 +137,7 @@ jobs:
137
137
version=$(cd OpenBLAS && git describe --tags --abbrev=8 | sed -e "s/^v\(.*\)-g.*/\1/" | sed -e "s/-/./g")
138
138
sed -e "s/^version = .*/version = \"${version}\"/" -i.bak pyproject.toml
139
139
fi
140
- if [ "macos-13 " == "${{ matrix.os }}" ]; then
140
+ if [ "macos-latest " == "${{ matrix.os }}" ]; then
141
141
source tools/build_wheel.sh
142
142
else
143
143
libc=${MB_ML_LIBC:-manylinux}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
9
[project ]
10
10
name = " scipy-openblas64"
11
11
# v0.3.30
12
- version = " 0.3.30.0.0 "
12
+ version = " 0.3.30.0.1 "
13
13
requires-python = " >=3.7"
14
14
description = " Provides OpenBLAS for python packaging"
15
15
readme = " README.md"
Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ function do_build_lib {
168
168
Darwin-arm64)
169
169
local bitness=64
170
170
local target=" VORTEX"
171
+ CFLAGS=" $CFLAGS -ftrapping-math"
171
172
;;
172
173
* -s390x)
173
174
local bitness=64
You can’t perform that action at this time.
0 commit comments