File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 47
47
INTERFACE64 : ' 1'
48
48
env :
49
49
REPO_DIR : OpenBLAS
50
- OPENBLAS_COMMIT : " 5fbe25954b "
50
+ OPENBLAS_COMMIT : " v0.3.27 "
51
51
NIGHTLY : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
52
52
MACOSX_DEPLOYMENT_TARGET : 10.9
53
53
MB_PYTHON_VERSION : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 8
8
workflow_dispatch : null
9
9
10
10
env :
11
- OPENBLAS_COMMIT : " 5fbe25954b "
11
+ OPENBLAS_COMMIT : " v0.3.27 "
12
12
OPENBLAS_ROOT : " c:\\ opt"
13
13
# Preserve working directory for calls into bash
14
14
# Without this, invoking bash will cd to the home directory
Original file line number Diff line number Diff line change 2
2
global :
3
3
# The archive that gets built has name from ``git describe`` on this
4
4
# commit.
5
- - OPENBLAS_COMMIT="5fbe25954b "
5
+ - OPENBLAS_COMMIT="v0.3.27 "
6
6
- REPO_DIR=OpenBLAS
7
7
8
8
language : python
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
8
9
9
[project ]
10
10
name = " scipy-openblas64"
11
- version = " 0.3.26.288 .0"
11
+ version = " 0.3.27.0 .0"
12
12
requires-python = " >=3.7"
13
13
description = " Provides OpenBLAS for python packaging"
14
14
readme = " README.md"
You can’t perform that action at this time.
0 commit comments