Conversation
Build the aGrUM C++ library and its SWIG bindings into one cp310-abi3 wheel with upstream's build_wheels_linux.sh in the riscv64 manylinux image, repair it with auditwheel, and run upstream's gumTest.py suite on cp312, cp313 and cp314.
luhenry
added a commit
that referenced
this pull request
Sep 25, 2026
Contributor
|
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.
pyagrum3.1.1Compiles the aGrUM C++ library and its SWIG bindings into one abi3 extension. Upstream publishes no riscv64 wheel.
Mirrors upstream's
.gitlab-ci.yml(build_wheels_linux.sh,test_wheel_linux.sh).Differs from upstream
-j allinstead ofhalfexcept1- upstream's default leaves a 4-core runner one job.auditwheel repairadded - upstream'sacttags only x86_64/aarch64/i686 as manylinux.virtualenv.Matrix: one
cp310-abi3wheel as upstream, tested on cp312/cp313/cp314 only - scikit-learn, a hard dependency, has no riscv64 wheel below cp312.Testing
License: Wheel bundles lrslib (GPL-2.0-or-later, used with its author's permission), TinyXML (zlib), ticpp, nanodbc and nlohmann/json (MIT) plus the image's libgomp; upstream ships no licence text for the vendored code, so the build adds it.
Built on cp310 (x86_64 rehearsal); 746 passed on cp312.