We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970cb75 commit c3f4e5dCopy full SHA for c3f4e5d
pyproject.toml
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
[project]
10
name = "scipy-openblas64"
11
# v0.3.30
12
-version = "0.3.30.0.2"
+version = "0.3.30.0.3"
13
requires-python = ">=3.7"
14
description = "Provides OpenBLAS for python packaging"
15
readme = "README.md"
tools/build_steps.sh
@@ -176,6 +176,7 @@ function do_build_lib {
176
Linux-aarch64)
177
local bitness=64
178
local target="ARMV8"
179
+ CFLAGS="$CFLAGS -DBUILD_BFLOAT16=0"
180
;;
181
Darwin-arm64)
182
0 commit comments