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 4747 INTERFACE64 : ' 1'
4848 env :
4949 REPO_DIR : OpenBLAS
50- OPENBLAS_COMMIT : " 5fbe25954b "
50+ OPENBLAS_COMMIT : " v0.3.27 "
5151 NIGHTLY : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
5252 MACOSX_DEPLOYMENT_TARGET : 10.9
5353 MB_PYTHON_VERSION : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 88 workflow_dispatch : null
99
1010env :
11- OPENBLAS_COMMIT : " 5fbe25954b "
11+ OPENBLAS_COMMIT : " v0.3.27 "
1212 OPENBLAS_ROOT : " c:\\ opt"
1313 # Preserve working directory for calls into bash
1414 # Without this, invoking bash will cd to the home directory
Original file line number Diff line number Diff line change 22 global :
33 # The archive that gets built has name from ``git describe`` on this
44 # commit.
5- - OPENBLAS_COMMIT="5fbe25954b "
5+ - OPENBLAS_COMMIT="v0.3.27 "
66 - REPO_DIR=OpenBLAS
77
88language : python
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
99[project ]
1010name = " scipy-openblas64"
11- version = " 0.3.26.288 .0"
11+ version = " 0.3.27.0 .0"
1212requires-python = " >=3.7"
1313description = " Provides OpenBLAS for python packaging"
1414readme = " README.md"
You can’t perform that action at this time.
0 commit comments