Skip to content

Commit cff6268

Browse files
authored
Merge pull request #276 from mattip/v0.3.33.201
update to v0.3.33-201-ge70a7a73
2 parents 8c195f1 + 9e29179 commit cff6268

5 files changed

Lines changed: 16 additions & 17 deletions

File tree

.github/workflows/posix.yml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
- { os: ubuntu-latest, PLAT: x86_64, INTERFACE64: '0', MB_ML_VER: '_2_28', MB_ML_LIBC: manylinux}
3434
- { os: ubuntu-latest, PLAT: x86_64, INTERFACE64: '1', MB_ML_VER: '_2_28', MB_ML_LIBC: manylinux}
3535

36-
- { os: macos-14, PLAT: x86_64, INTERFACE64: '0', MB_ML_LIBC: macosx}
37-
- { os: macos-14, PLAT: x86_64, INTERFACE64: '1', MB_ML_LIBC: macosx}
36+
- { os: macos-15, PLAT: x86_64, INTERFACE64: '0', MB_ML_LIBC: macosx}
37+
- { os: macos-15, PLAT: x86_64, INTERFACE64: '1', MB_ML_LIBC: macosx}
3838

39-
- { os: macos-latest, PLAT: arm64, INTERFACE64: '0', MB_ML_LIBC: macosx}
40-
- { os: macos-latest, PLAT: arm64, INTERFACE64: '1', MB_ML_LIBC: macosx}
39+
- { os: macos-15, PLAT: arm64, INTERFACE64: '0', MB_ML_LIBC: macosx}
40+
- { os: macos-15, PLAT: arm64, INTERFACE64: '1', MB_ML_LIBC: macosx}
4141

4242
- { os: ubuntu-latest, PLAT: x86_64, INTERFACE64: '0', MB_ML_VER: '_1_2', MB_ML_LIBC: musllinux}
4343
- { os: ubuntu-latest, PLAT: x86_64, INTERFACE64: '1', MB_ML_VER: '_1_2', MB_ML_LIBC: musllinux}
@@ -70,15 +70,11 @@ jobs:
7070
submodules: recursive
7171
fetch-depth: 0
7272

73-
- uses: maxim-lobanov/setup-xcode@v1.7.0
74-
if: ${{ matrix.os == 'macos-latest' }}
75-
with:
76-
xcode-version: '16.0'
77-
78-
- uses: maxim-lobanov/setup-xcode@v1.7.0
79-
if: ${{ matrix.os == 'macos-14' }}
80-
with:
81-
xcode-version: '15.4'
73+
- name: Set up Xcode
74+
if: ${{ startsWith(matrix.os, 'macos-15') }}
75+
run: |
76+
# GitHub recommends explicitly selecting the desired Xcode version
77+
sudo xcode-select --switch /Applications/Xcode_16.4.app
8278
8379
- name: Set up QEMU
8480
if: matrix.PLAT == 'ppc64le' || matrix.PLAT == 's390x' || matrix.PLAT == 'riscv64'

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## OpenBLAS v0.3.33
22

3+
### 0.3.33.201.0 (2026-07-05)
4+
- Update to v0.3.33.201
5+
36
### 0.3.33.112.1 (2026-06-21)
47
- chore: update cibuildwheel to v4.1.0
58
- chore: remove custom clang install script

OpenBLAS

openblas_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.3.33-112-g9bdf051b
1+
v0.3.33-201-ge70a7a73

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.33-112-g9bdf051b
12-
version = "0.3.33.112.1"
11+
# v0.3.33-201-ge70a7a73
12+
version = "0.3.33.201.0"
1313
requires-python = ">=3.7"
1414
description = "Provides OpenBLAS for python packaging"
1515
readme = "README.md"

0 commit comments

Comments
 (0)