diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index cb68903b..f5fd1783 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -47,7 +47,7 @@ jobs: INTERFACE64: '1' env: REPO_DIR: OpenBLAS - OPENBLAS_COMMIT: "v0.3.27" + OPENBLAS_COMMIT: "de465ffd" NIGHTLY: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} MACOSX_DEPLOYMENT_TARGET: 10.9 MB_PYTHON_VERSION: ${{ matrix.python-version }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7f914010..8ecb33f7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: null env: - OPENBLAS_COMMIT: "v0.3.27" + OPENBLAS_COMMIT: "de465ffd" 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 f208638b..2acf4bc3 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.27" + - OPENBLAS_COMMIT="de465ffd" - REPO_DIR=OpenBLAS language: python diff --git a/patches/0002-do-not-add-LIBNAMESUFFIX-to-so.patch b/patches/0002-do-not-add-LIBNAMESUFFIX-to-so.patch deleted file mode 100644 index eae28a6a..00000000 --- a/patches/0002-do-not-add-LIBNAMESUFFIX-to-so.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 309c7ee3d298b43ad65cca922248a2896ee1dbcd Mon Sep 17 00:00:00 2001 -From: Matti Picus -Date: Thu, 18 Apr 2024 09:24:57 +1000 -Subject: [PATCH] do not add LIBNAMESUFFIX to so - ---- - exports/Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/exports/Makefile b/exports/Makefile -index 27a291f34..4e54795d0 100644 ---- a/exports/Makefile -+++ b/exports/Makefile -@@ -178,7 +178,7 @@ FEXTRALIB += -lm - EXTRALIB += -lm - else - ifeq ($(FIXED_LIBNAME),1) --INTERNALNAME = $(LIBPREFIX)$(LIBNAMESUFFIX).so -+INTERNALNAME = $(LIBPREFIX).so - else - INTERNALNAME = $(LIBPREFIX).so.$(MAJOR_VERSION) - endif --- -2.39.3 (Apple Git-146) - diff --git a/pyproject.toml b/pyproject.toml index 931bebc1..2fa59f85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "scipy-openblas64" -version = "0.3.27.44.3" +version = "0.3.27.57.0" requires-python = ">=3.7" description = "Provides OpenBLAS for python packaging" readme = "README.md"