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

Explore possibility to bundle libarrow so users don't need to install it #3976

Closed
Tracked by #2919
Wumpf opened this issue Oct 24, 2023 · 2 comments
Closed
Tracked by #2919
Labels
😤 annoying Something in the UI / SDK is annoying to use 🌊 C++ API C/C++ API specific
Milestone

Comments

@Wumpf
Copy link
Member

Wumpf commented Oct 24, 2023

bundle / statically link libarrow - whatever is needed to not have it be a manual user install! See also static section on https://arrow.apache.org/blog/2020/07/29/cpp-build-simplification/

@Wumpf Wumpf mentioned this issue Oct 24, 2023
33 tasks
@Wumpf Wumpf changed the title bundle / statically link libarrow - whatever is needed to not have it be a manual user install! See also static section on https://arrow.apache.org/blog/2020/07/29/cpp-build-simplification/ Explore possibility to bundle libarrow so users don't need to install it Oct 24, 2023
@Wumpf Wumpf added this to the 0.11 C++ polish milestone Oct 24, 2023
@Wumpf Wumpf added 😤 annoying Something in the UI / SDK is annoying to use 🌊 C++ API C/C++ API specific labels Oct 24, 2023
@emilk
Copy link
Member

emilk commented Oct 24, 2023

This is a huge usability win if we can manage it: "just add these three lines to your CMakeLists.txt"

@jleibs
Copy link
Member

jleibs commented Oct 31, 2023

This was done in #4051

@jleibs jleibs closed this as completed Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😤 annoying Something in the UI / SDK is annoying to use 🌊 C++ API C/C++ API specific
Projects
None yet
Development

No branches or pull requests

3 participants