Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable setting ld_library_path for maturin builds #36

Merged
merged 5 commits into from
Jun 8, 2023
Merged

Conversation

j-baker
Copy link
Contributor

@j-baker j-baker commented Jun 8, 2023

Rustflags enables native libraries to be found by cargo, but this doesn't help the fixup process that maturin uses to generate manylinux wheels. By providing additionally an LD_LIBRARY_PATH, we support specification of anything necessary.

Rustflags enables native libraries to be found by cargo, but this
doesn't help the fixup process that maturin uses to generate manylinux
wheels. By providing additionally an LD_LIBRARY_PATH, we support
specification of anything necessary.
@j-baker j-baker requested a review from Tpt June 8, 2023 13:42
@j-baker j-baker merged commit 32a02d2 into develop Jun 8, 2023
8 checks passed
@j-baker j-baker deleted the jbaker/maturin branch June 8, 2023 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants