Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "scipy-openblas64"
# v0.3.30
version = "0.3.30.0.2"
version = "0.3.30.0.3"
requires-python = ">=3.7"
description = "Provides OpenBLAS for python packaging"
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions tools/build_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ function do_build_lib {
Linux-aarch64)
local bitness=64
local target="ARMV8"
CFLAGS="$CFLAGS -DBUILD_BFLOAT16=0"
;;
Darwin-arm64)
local bitness=64
Expand Down
Loading