diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index 8fc995bc..93567d2b 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -11,7 +11,7 @@ on: env: REPO_DIR: OpenBLAS - OPENBLAS_COMMIT: "v0.3.29-265-gb5456c1b" + OPENBLAS_COMMIT: "v0.3.30" MACOSX_DEPLOYMENT_TARGET: 10.9 jobs: diff --git a/.github/workflows/windows-arm.yml b/.github/workflows/windows-arm.yml index c56979fc..e0e5181a 100644 --- a/.github/workflows/windows-arm.yml +++ b/.github/workflows/windows-arm.yml @@ -7,7 +7,7 @@ on: branches: [ main ] env: - OPENBLAS_COMMIT: "v0.3.29-265-gb5456c1b" + OPENBLAS_COMMIT: "v0.3.30" OPENBLAS_ROOT: "c:\\opt" # Preserve working directory for calls into bash # Without this, invoking bash will cd to the home directory diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3d5a2be9..69f70aea 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: null env: - OPENBLAS_COMMIT: "v0.3.29-265-gb5456c1b" + OPENBLAS_COMMIT: "v0.3.30" OPENBLAS_ROOT: "c:\\opt" # Preserve working directory for calls into bash # Without this, invoking bash will cd to the home directory diff --git a/.travis.yml b/.travis.yml index 9f5fcb89..e4cb2f33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ env: global: # The archive that gets built has name from ``git describe`` on this # commit. - - OPENBLAS_COMMIT: "v0.3.29-265-gb5456c1b" + - OPENBLAS_COMMIT: "v0.3.30" - REPO_DIR=OpenBLAS dist: jammy diff --git a/pyproject.toml b/pyproject.toml index 5a2de781..e2601051 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,8 @@ build-backend = "setuptools.build_meta" [project] name = "scipy-openblas64" -# v0.3.29 -version = "0.3.29.265.2" +# v0.3.30 +version = "0.3.30.0.0" requires-python = ">=3.7" description = "Provides OpenBLAS for python packaging" readme = "README.md" diff --git a/tools/local_build.sh b/tools/local_build.sh index aa5d9a5e..af3d3231 100644 --- a/tools/local_build.sh +++ b/tools/local_build.sh @@ -24,7 +24,7 @@ else export SUFFIX=gf_c469a42 fi export REPO_DIR=OpenBLAS -export OPENBLAS_COMMIT="v0.3.29-265-gb5456c1b" +export OPENBLAS_COMMIT="v0.3.30" # export MB_ML_LIBC=musllinux # export MB_ML_VER=_1_1