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

[Python] Use namespaced boost in manylinux1 package #18206

Closed
asfimport opened this issue Mar 2, 2018 · 2 comments
Closed

[Python] Use namespaced boost in manylinux1 package #18206

asfimport opened this issue Mar 2, 2018 · 2 comments
Assignees
Labels
Milestone

Comments

@asfimport
Copy link
Collaborator

Boost provides the functionality to generate a namespaced copy of all its implementations. This means that you can have a private copy of Boost in your library that will not come into conflict with other Boost installations in your setting. While for e.g. conda-forge a good ecosystem exists that provides the unique Boost version, in the setting of the manylinux1 wheels we have no control over which other Boost version exists.

Reporter: Uwe Korn / @xhochy
Assignee: Uwe Korn / @xhochy

Note: This issue was originally created as ARROW-2246. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Uwe Korn / @xhochy:
Moved this 0.9.0 as we need to ship our own dynamically linked Boost

@asfimport
Copy link
Collaborator Author

Wes McKinney / @wesm:
Done in 8b1c811

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants