-
Notifications
You must be signed in to change notification settings - Fork 93
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
Part 2 of #3933 failing make install arrow #3944
Part 2 of #3933 failing make install arrow #3944
Conversation
d7e4f81
to
fff71f5
Compare
78dd120
to
03fae26
Compare
You may need to install This can be tested with |
Here is a relevant link to the arrow documentation: https://arrow.apache.org/docs/dev/developers/cpp/building.html#building-arrow-cpp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This worked as advertised on Alma LInux 8.
Worth noting: the package manager dnf didn't seem to know where to get either build-essential or ninja-build, so you probably don't need those. Also, cmake is already a prerequisite for chapel, so you probably don't need to spell that one out either.
Co-authored-by: Amanda Potts <[email protected]>
This add the ability for
make install-arrow
to install from source code from the git release of arrow.Part 2 of #3933 failing make install arrow