Skip to content

Commit 43307ab

Browse files
authored
Merge pull request #206 from mattip/v0.3.30
update OpenBLAS to 0.3.30
2 parents 890262c + c3d7f3c commit 43307ab

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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: "v0.3.29-265-gb5456c1b"
14+
OPENBLAS_COMMIT: "v0.3.30"
1515
MACOSX_DEPLOYMENT_TARGET: 10.9
1616

1717
jobs:

.github/workflows/windows-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ main ]
88

99
env:
10-
OPENBLAS_COMMIT: "v0.3.29-265-gb5456c1b"
10+
OPENBLAS_COMMIT: "v0.3.30"
1111
OPENBLAS_ROOT: "c:\\opt"
1212
# Preserve working directory for calls into bash
1313
# Without this, invoking bash will cd to the home directory

.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: "v0.3.29-265-gb5456c1b"
11+
OPENBLAS_COMMIT: "v0.3.30"
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: "v0.3.29-265-gb5456c1b"
5+
- OPENBLAS_COMMIT: "v0.3.30"
66
- REPO_DIR=OpenBLAS
77

88
dist: jammy

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.29
12-
version = "0.3.29.265.2"
11+
# v0.3.30
12+
version = "0.3.30.0.0"
1313
requires-python = ">=3.7"
1414
description = "Provides OpenBLAS for python packaging"
1515
readme = "README.md"

tools/local_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ else
2424
export SUFFIX=gf_c469a42
2525
fi
2626
export REPO_DIR=OpenBLAS
27-
export OPENBLAS_COMMIT="v0.3.29-265-gb5456c1b"
27+
export OPENBLAS_COMMIT="v0.3.30"
2828

2929
# export MB_ML_LIBC=musllinux
3030
# export MB_ML_VER=_1_1

0 commit comments

Comments
 (0)