zfoobar commented on issue #34841: URL: https://github.com/apache/arrow/issues/34841#issuecomment-1496445638
Here is the result of the build installation (not the source tree) pyarrow-dev) Zacharys-MacBook-Air:pyarrow-dev zacharyfierstadt$ find $CONDA_HOME -name Arrow /Users/zacharyfierstadt/miniconda3/envs/pyarrow-dev//lib/cmake/Arrow (pyarrow-dev) Zacharys-MacBook-Air:pyarrow-dev zacharyfierstadt$ find $CONDA_HOME -name FindArrow.cmake (pyarrow-dev) Zacharys-MacBook-Air:pyarrow-dev zacharyfierstadt$ Here is the result of the source code checkout: (pyarrow-dev) Zacharys-MacBook-Air:pyarrow-dev zacharyfierstadt$ find ~/projects/arrow -name FindArrow.cmake /Users/zacharyfierstadt/projects/arrow/cpp/cmake_modules/FindArrow.cmake Assuming CMAKE_PREFIX_PATH should point to the installation (per the doc) and not the source checkout - if that is the case, CONFIG parameter is required to find that Arrow/ folder above. Without CONFIG parameter, FindArrow.cmake will be required in the installation... shouldn't it be copied here? (pyarrow-dev) Zacharys-MacBook-Air:pyarrow-dev zacharyfierstadt$ ls $CONDA_HOME/lib/cmake/Arrow ArrowConfig.cmake FindBrotliAlt.cmake Findre2Alt.cmake ArrowConfigVersion.cmake FindOpenSSLAlt.cmake Findutf8proc.cmake ArrowOptions.cmake FindSnappyAlt.cmake FindzstdAlt.cmake ArrowTargets-debug.cmake FindThriftAlt.cmake arrow-config.cmake ArrowTargets.cmake Findlz4Alt.cmake -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
