File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
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 : " 35d84ad012 "
50
+ OPENBLAS_COMMIT : " fb7c53c5e "
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 : " 35d84ad012 "
11
+ OPENBLAS_COMMIT : " fb7c53c5e "
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 : " 35d84ad012 "
5
+ - OPENBLAS_COMMIT : " fb7c53c5e "
6
6
- REPO_DIR=OpenBLAS
7
7
8
8
language : python
@@ -92,10 +92,7 @@ script:
92
92
fi
93
93
- libc=${MB_ML_LIBC:-manylinux}
94
94
- docker_image=quay.io/pypa/${libc}${MB_ML_VER}_${PLAT}
95
- - docker run --rm -e INTERFACE64="${INTERFACE64}" \
96
- -e MB_ML_LIBC="${MB_ML_LIBC}" \
97
- -v $(pwd):/openblas $docker_image \
98
- /bin/bash -xe /openblas/tools/build_wheel.sh
95
+ - docker run --rm -e INTERFACE64="${INTERFACE64}" -e MB_ML_LIBC="${MB_ML_LIBC}" -v $(pwd):/openblas "${docker_image}" /bin/bash -xe /openblas/tools/build_wheel.sh
99
96
100
97
after_success :
101
98
- set +ex
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ build-backend = "setuptools.build_meta"
8
8
9
9
[project ]
10
10
name = " scipy-openblas64"
11
- version = " 0.3.27.63.1"
11
+ # v0.3.27-333-gfb7c53c5
12
+ version = " 0.3.27.333.0"
12
13
requires-python = " >=3.7"
13
14
description = " Provides OpenBLAS for python packaging"
14
15
readme = " README.md"
You can’t perform that action at this time.
0 commit comments