-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-4439: [C++] Improve FindBrotli.cmake #3535
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
Conversation
|
rebased |
|
WIP |
|
Rebased. |
|
I just fixed the Linux build. Could you write in the PR description what you are trying to accomplish with this patch? |
|
Looks like this also broke library detection in the manylinux1 build. I don't have time to fix it right now |
The goal of this PR find libraries with respect to BROTLI_STATIC_LIB_SUFFIX/BROTLI_MSVC_STATIC_LIB_SUFFIX (BTW the can be "merged") for case when only static library is available Difference from previous logic: BROTLI_STATIC_LIB_SUFFIX should be explicitly specified, there are no auto select between "-static" and "" anymore. |
|
I don't know how brotli libs were found in /usr/lib64 in manylinux1 build before this PR. |
|
The big CMake refactor patch is blocking this. Can you rebase after that goes in? |
|
Can you also write a PR description explaining what issue is being fixed? |
As far I can see, #3688 doesn't use BROTLI_STATIC_LIB_SUFFIX, so if it is not equal to some known values (""|"-static"|"_static") library will not be found. |
|
Can you have a look now that the CMake refactor has been merged? |
|
I'm removing this from the 0.13 milestone and moving to 0.14. If you are able to fix this this week we can have a closer look. Please add a PR description for the changelog (there is not description on JIRA either) |
|
@rip-nsk do you think you will be able to rebase this to get it reviewed? |
|
ping @rip-nsk |
|
It is hard to "resolve conflicts" with base which is changed so much.. |
No description provided.