Skip to content

Commit 8988ef6

Browse files
committed
update to v0.3.27-333-gfb7c53c5 for NAN fix
1 parent ca41d89 commit 8988ef6

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

.github/workflows/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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 }}

.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: "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

.travis.yml

Lines changed: 2 additions & 5 deletions
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: "35d84ad012"
5+
- OPENBLAS_COMMIT: "fb7c53c5e"
66
- REPO_DIR=OpenBLAS
77

88
language: 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

10097
after_success:
10198
- set +ex

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "scipy-openblas64"
11-
version = "0.3.27.63.1"
11+
# v0.3.27-333-gfb7c53c5
12+
version = "0.3.27.333.0"
1213
requires-python = ">=3.7"
1314
description = "Provides OpenBLAS for python packaging"
1415
readme = "README.md"

0 commit comments

Comments
 (0)