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 4747 INTERFACE64 : ' 1'
4848 env :
4949 REPO_DIR : OpenBLAS
50- OPENBLAS_COMMIT : " 35d84ad012 "
50+ OPENBLAS_COMMIT : " fb7c53c5e "
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 : " 35d84ad012 "
11+ OPENBLAS_COMMIT : " fb7c53c5e "
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 : " 35d84ad012 "
5+ - OPENBLAS_COMMIT : " fb7c53c5e "
66 - REPO_DIR=OpenBLAS
77
88language : python
@@ -92,10 +92,7 @@ script:
9292 fi
9393 - libc=${MB_ML_LIBC:-manylinux}
9494 - 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
9996
10097after_success :
10198 - set +ex
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ build-backend = "setuptools.build_meta"
88
99[project ]
1010name = " scipy-openblas64"
11- version = " 0.3.27.63.1"
11+ # v0.3.27-333-gfb7c53c5
12+ version = " 0.3.27.333.0"
1213requires-python = " >=3.7"
1314description = " Provides OpenBLAS for python packaging"
1415readme = " README.md"
You can’t perform that action at this time.
0 commit comments