Skip to content

Commit 05549fb

Browse files
committed
update to latest develop
1 parent 83c2ecb commit 05549fb

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- cron: '0 0 * * 0'
1313

1414
env:
15-
OPENBLAS_COMMIT: "v0.3.30-349-gf6df9beb"
15+
OPENBLAS_COMMIT: "v0.3.30-359-g29fab2b9"
1616

1717
jobs:
1818
build:

.github/workflows/windows-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- maintenance/**
1010

1111
env:
12-
OPENBLAS_COMMIT: "v0.3.30-349-gf6df9beb"
12+
OPENBLAS_COMMIT: "v0.3.30-359-g29fab2b9"
1313
OPENBLAS_ROOT: "c:\\opt"
1414
# Preserve working directory for calls into bash
1515
# Without this, invoking bash will cd to the home directory

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch: null
1111

1212
env:
13-
OPENBLAS_COMMIT: "v0.3.30-349-gf6df9beb"
13+
OPENBLAS_COMMIT: "v0.3.30-359-g29fab2b9"
1414
OPENBLAS_ROOT: "c:\\opt"
1515
# Preserve working directory for calls into bash
1616
# Without this, invoking bash will cd to the home directory

.travis.yml

Lines changed: 1 addition & 1 deletion
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: "v0.3.30-349-gf6df9beb"
5+
- OPENBLAS_COMMIT: "v0.3.30-359-g29fab2b9"
66

77
dist: jammy
88
services: docker

OpenBLAS

pyproject.toml

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

99
[project]
1010
name = "scipy-openblas64"
11-
# v0.3.30-349-gf6df9beb
12-
version = "0.3.30.349.1"
11+
# v0.3.30-359-g29fab2b9
12+
version = "0.3.30.359.0"
1313
requires-python = ">=3.7"
1414
description = "Provides OpenBLAS for python packaging"
1515
readme = "README.md"

0 commit comments

Comments
 (0)