Dependencies#559
Merged
Merged
Conversation
This was
linked to
issues
May 30, 2026
There was a problem hiding this comment.
Pull request overview
Updates bundled third-party dependencies and improves build orchestration for “WASM/JS-only” third-party builds and CI workflows.
Changes:
- Bump versions/tags for several third-party packages (zlib-ng, SUNDIALS, OpenSSL, libSBML, libcurl, zipper).
- Adjust 3rdparty CMake orchestration to treat
ONLY_BUILD_JAVASCRIPT_THIRD_PARTY_LIBRARIESsimilarly toEMSCRIPTENvia aWASM_MODEswitch. - Extend GitHub Actions workflow to support building “ALL” third-party libraries (except LLVM+Clang) and add a dedicated dispatcher workflow.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| VERSION.txt | Bumps project version. |
| src/3rdparty/zlib/CMakeLists.txt | Updates zlib-ng version/tag. |
| src/3rdparty/zipper/CMakeLists.txt | Updates zipper tag and switches source retrieval to git checkout. |
| src/3rdparty/SUNDIALS/CMakeLists.txt | Updates SUNDIALS version/tag and prebuilt SHA-1s. |
| src/3rdparty/OpenSSL/CMakeLists.txt | Updates OpenSSL version/tag. |
| src/3rdparty/libSBML/CMakeLists.txt | Updates libSBML version/tag and adds ZLIB-related CMake seeding args. |
| src/3rdparty/libcurl/CMakeLists.txt | Updates libcurl version/tag. |
| src/3rdparty/CMakeLists.txt | Introduces WASM_MODE to gate non-WASM dependencies and dependency checks. |
| .github/workflows/buildThirdPartyLibrary.yml | Adds “ALL” mode configuration paths for native + WebAssembly. |
| .github/workflows/buildAllThirdPartyLibrariesExceptLLVMClang.yml | New workflow that triggers “ALL” builds via reusable workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
1eb7968 to
59a19e5
Compare
18305d3 to
b6a4779
Compare
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.
No description provided.