Update openblas-experimental to develop @ 803f36bc - #6611
Merged
MMesch merged 1 commit intoSep 8, 2026
Merged
Conversation
Refresh the develop snapshot from 632ef874 to 803f36bc and rebase the emforge patch series onto it. Three patches are now upstream and were dropped: the int-to-void lapacke return types (0006), the KERNEL ifndef guards (0013, OpenBLAS emscripten-forge#5993) and the WASM relaxed-simd madd (0014, OpenBLAS emscripten-forge#6001). The linktest skip and the void-return patches shrink accordingly since upstream covers the WASM linktest guard and most of the reimplemented-LAPACK signatures. Bump the build number as the package version string is unchanged.
MMesch
approved these changes
Sep 8, 2026
MMesch
left a comment
Collaborator
There was a problem hiding this comment.
LGTM. Waiting for build to run though.
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 1), snapshot of OpenMathLib/OpenBLASdevelop@803f36bcBuild Notes
This refreshes the
developsnapshot from632ef874to803f36bc(64 commits newer) and rebases the emforge patch series onto it. The rebased branch isv0.3.35.dev0-emforgeat https://github.com/jjerphan/OpenBLAS.The package version string is unchanged, so the build number is bumped to 1 rather than reset.
Patches now upstream (dropped)
Three of the fourteen patches have landed upstream and were removed:
0006-Int-to-void-return-types-of-lapack-functions-used-by— superseded by OpenBLAS #60170013-wasm-guard-KERNEL-assignments-with-ifndef— OpenBLAS #59960014-wasm-use-relaxed-simd-madd-for-v_muladd— OpenBLAS #6001Patches reduced
0002-Skip-linktestno longer touches the WASM code path ofexports/Makefile, since upstream added anifneq ($(ARCH),wasm)guard there (#6007). It now only disables linktest for the remaining compiler branches and thetesttarget.0005-Return-void-not-intshrinks from ~1170 changed lines to ~40: upstream converted the reimplemented LAPACK routines tovoid, so onlyxerblaand the OpenBLAS extension declarations that upstream left returningintremain.0004-Add-dummy-length-arguments-for-char-argumentswas rebased onto the new signatures, so the Fortran hidden-length arguments are now added tovoid OPENBLAS_API(...)declarations instead of the oldint BLASFUNC(...)ones.The remaining 11 patches were renumbered, and the patch-range comments in
recipe.yamlandbuild.shwere updated accordingly.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.