Update openblas-experimental to develop @ b4100af - #6704
Merged
IsabelParedes merged 1 commit intoSep 11, 2026
Conversation
Refresh the develop snapshot from 803f36bc to b4100af and rebase the emforge patch series onto it. This picks up the WASM SIMD128 8x4 SGEMM microkernel (OpenBLAS emscripten-forge#6023). All 11 patches still apply; none were dropped. Bump the build number as the package version string is unchanged.
jjerphan
marked this pull request as ready for review
September 11, 2026 14:33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Template B: Checklist for updating a package
PR Formatting
Add [package-name]orUpdate [package-name] to [version]Package Details
openblas-experimental0.3.35.dev0(build 2), snapshot of OpenMathLib/OpenBLASdevelop@ b4100afBuild Notes
This refreshes the
developsnapshot from803f36bctob4100af(22 commits newer) and rebases the emforge patch series onto it. The rebased branch isv0.3.35.dev0-emforgeat https://github.com/jjerphan/OpenBLAS.The headline change is OpenBLAS #6023: a WASM SIMD128 8×4 SGEMM microkernel (DGEMM stays 4×4). The range also includes #6024 (WASM numerical CBLAS suite), #6022 (f2c LAPACK warning fixes), and #6020 (relaxed SIMD is now opt-in; the portable SIMD128 default is unchanged here).
The package version string is unchanged, so the build number is bumped to 2 rather than reset.
Patches
All 11 remaining patches still apply with no fuzz. None landed upstream in this range, so none were dropped.
Local verification
Built locally with
pixi run -e rattler-build-env build-emscripten-wasm32-pkg recipes/recipes_emscripten/openblas-experimental:utestand the CBLASctestlevels 1–3 (real and complex, column- and row-major) pass under Node.test_openblas.pypasses in Chromium, Firefox and WebKit.