Conversation
luhenry
added a commit
that referenced
this pull request
Sep 10, 2026
GCC rejects the flag outright on riscv64 ('is not supported for this
target'); oneTBB's own copy of the same file already gates it to x86,
TCM's copy does not.
…symlink cp -L produces independent files for libtcm.so, .so.1, and .so.1.5.0; patchelf only patched the bare .so, so the SONAME file the smoke test dlopens (libtcm.so.1) had no rpath and couldn't find libhwloc.so.15 sitting next to it: 'OSError: libhwloc.so.15: cannot open shared object file'.
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.
tcmlib1.5.0Compiles Intel's Thread Composability Manager (TCM) into libtcm.so. Upstream's PyPI
tcmlibwheel is Intel's own closed-binary repackage with no sdist, so this builds the Apache-2.0 TCM source (git-subtree-merged into oneTBB) directly instead, same shape as the tbb port.No upstream CI builds this wheel; TCM has no oneTBB tag of its own, so the workflow pins the commit that introduced TCM 1.5.0 rather than a tag.
Differs from upstream
Testing
tcmGetVersion(), assert it matches the built version.License: Apache-2.0 (TCM's own LICENSE.txt); wheel also bundles HWLOC (BSD-3-Clause, its own COPYING file), since the build compiles and ships it as a runtime dependency.
Built and smoke-tested on cp312.