Conversation
luhenry
added a commit
that referenced
this pull request
Sep 12, 2026
luhenry
force-pushed
the
pot
branch
2 times, most recently
from
September 12, 2026 12:10
d807326 to
6ff5f87
Compare
Job logs (fetched via gh api .../jobs/103617883952/logs) show cp314t was still passing tests (test/unbalanced/test_mm.py at 93%) when GitHub cancelled the job at exactly 60m -- a genuine timeout, not a hang or a real test failure. Free-threaded cp314t runs the suite noticeably slower than cp312/313/314 (which finish in 45-53m), so it doesn't clear the 60m job budget. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Az13NcXsVZzzxXmaxxUEy7
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.
pot0.9.7.post1Compiles
ot.lp.emd_wrap(network simplex),ot.partial.partial_cython, and the Eigen-backedot.bsp.bsp_wrap, all OpenMP-parallel. Upstream publishes no riscv64 wheel.Mirrors upstream's
build_wheels.yml.Differs from upstream
Testing
test/only, notot/, to avoid shadowing the compiled extension with the uncompiled checkout.License: Wheel bundles Eigen (MPL2, plus a BSD-licensed
AlignedBox::transform()); upstream ships no licence text for it, so the build adds it.Patches
0001-add-the-vendored-eigen-licences-next-to-the-package.patch- To upstream [same gap exists in every POT wheel on PyPI, needs a maintainer discussion]. Without it the wheel ships only POT's own MIT LICENSE despite compiling Eigen headers in; reproduces on any platform, not riscv64-only.Built on cp312; pending CI results.