Skip to content

Commit 88719e4

Browse files
committed
update to latest OpenBLAS HEAD
1 parent 2de85ca commit 88719e4

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

.github/workflows/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
env:
1313
REPO_DIR: OpenBLAS
14-
OPENBLAS_COMMIT: "0929865"
14+
OPENBLAS_COMMIT: "d11e7340"
1515
MACOSX_DEPLOYMENT_TARGET: 10.9
1616

1717
jobs:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch: null
99

1010
env:
11-
OPENBLAS_COMMIT: "0929865"
11+
OPENBLAS_COMMIT: "d11e7340"
1212
OPENBLAS_ROOT: "c:\\opt"
1313
# Preserve working directory for calls into bash
1414
# Without this, invoking bash will cd to the home directory

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ env:
22
global:
33
# The archive that gets built has name from ``git describe`` on this
44
# commit.
5-
- OPENBLAS_COMMIT: "0929865"
5+
- OPENBLAS_COMMIT: "d11e7340"
66
- REPO_DIR=OpenBLAS
77

88
sudo: required

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "scipy-openblas64"
11-
# v0.3.27-341-g09298658
12-
version = "0.3.27.341.0"
11+
# v0.3.27-350-gd11e7340
12+
version = "0.3.27.350.0"
1313
requires-python = ">=3.7"
1414
description = "Provides OpenBLAS for python packaging"
1515
readme = "README.md"

tools/build_steps.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,6 @@ function do_build_lib {
139139
Linux-aarch64)
140140
local bitness=64
141141
local target_flags="TARGET=ARMV8"
142-
if [ "$MB_ML_LIBC" == "musllinux" ]; then
143-
export CFLAGS="$CFLAGS -march=armv8.5-a+sve"
144-
else
145-
export CFLAGS="$CFLAGS -march=armv8.6-a+sve"
146-
fi
147142
;;
148143
Darwin-arm64)
149144
local bitness=64

0 commit comments

Comments
 (0)