Add bundling of libs with the wheel on FreeBSD - #32219
Open
Michael Osipov (michael-o) wants to merge 1 commit into
Open
Add bundling of libs with the wheel on FreeBSD#32219Michael Osipov (michael-o) wants to merge 1 commit into
Michael Osipov (michael-o) wants to merge 1 commit into
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Copilot started reviewing on behalf of
Michael Osipov (michael-o)
August 22, 2026 22:52
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Adds FreeBSD-specific wheel packaging for ONNX Runtime native libraries.
Changes:
- Includes the Python binding, shared provider library, and versioned runtime libraries in FreeBSD wheels.
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Add a FreeBSD branch to setup.py's libs list, mirroring the already-working Darwin one (plain package-data entries, no ext_modules), so the wheel now includes the same compiled artifacts on FreeBSD as it does on every other supported platform. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Michael Osipov (michael-o)
force-pushed
the
package-freebsd-libs
branch
from
August 23, 2026 08:11
b96987a to
727bf56
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.
Description
Add a FreeBSD branch to setup.py's libs list, mirroring the already-working Darwin one (plain package-data entries, no ext_modules), so the wheel now includes the same compiled artifacts on FreeBSD as it does on every other supported platform.
Motivation and Context
Downstream issue: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297774
Simplifies the packaging of a wheel for FreeBSD.