You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "nealrichardson (via GitHub)" <gi...@apache.org> on 2023/04/13 18:03:37 UTC

[GitHub] [arrow] nealrichardson commented on issue #35049: [R] Improve configure script for contributor experience

nealrichardson commented on issue #35049:
URL: https://github.com/apache/arrow/issues/35049#issuecomment-1507401507

   I think the homebrew issue is separate from pkg-config. The brew check is after the pkg-config path: https://github.com/apache/arrow/blob/main/r/configure#L128 and unlike the pkg-config block above it, there is no check/warning about version mismatch. We should probably only use the homebrew library if there is a version match. Probably also ok if we wanted to make homebrew apache-arrow opt-in via environment variable.
   
   Possibly unrelated and just FYI, we do use `pkg-config` elsewhere (later) in configure to read the `.pc` files to know which other `-l` lib flags need to be added. This is used even in the bundled static build. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org