barracuda156 commented on issue #35045: URL: https://github.com/apache/arrow/issues/35045#issuecomment-1503801370
@nealrichardson Thank you for responding. We use an external `apache-arrow` (there is a port for it), it is desirable not to rebuild same stuff over again, especially heavy one. CMake setting for `arrow` would define lib paths for `arrow`, but not for its R package, AFAIU. Forcing CMake not to use rpaths for `arrow` (outside R) may have undesirable effects, which I won’t be able to test. Having that in mind, it appears that the optimal solution would be to deal with rpath on a level of R package. Something has to pull that in, but a quick search through the source files did not point to that. (Standard Macports flags borrowed from R are not to blame: they are always identical, but we don’t get every linked dylib failing to load.) -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org