Skip to content

Commit c3f4e5d

Browse files
committed
disallow BFLOAT16 kernels on linux-aarch64
1 parent 970cb75 commit c3f4e5d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
[project]
1010
name = "scipy-openblas64"
1111
# v0.3.30
12-
version = "0.3.30.0.2"
12+
version = "0.3.30.0.3"
1313
requires-python = ">=3.7"
1414
description = "Provides OpenBLAS for python packaging"
1515
readme = "README.md"

tools/build_steps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ function do_build_lib {
176176
Linux-aarch64)
177177
local bitness=64
178178
local target="ARMV8"
179+
CFLAGS="$CFLAGS -DBUILD_BFLOAT16=0"
179180
;;
180181
Darwin-arm64)
181182
local bitness=64

0 commit comments

Comments
 (0)