Skip to content
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

Fix arrow install with custom INSTALL_PREFIX #11052

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 20, 2024

  1. Fix arrow install with custom INSTALL_PREFIX

    If the recently added INSTALL_PREFIX does not point to /usr/local
    in Linux then the bundled Thrift installation from the Arrow dependency
    fails because it cannot locate Boost.
    
    Boost was previously installed into the INSTALL_PREFIX but the Thrift CMake in Arrow
    does not pass on any PREFIX_PATH settings to Thrift. The PREFIX_PATH is set to the
    INSTALL_PREFIX and works with Arrow itself just fine.
    
    The error would be
    
    Could NOT find Boost (missing: Boost_INCLUDE_DIR) (Required is at least
      version "1.56")
    
    Co-authored-by: Majeti Deepak <deepak.majeti@ibm.com>
    czentgr and majetideepak committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e163a98 View commit details
    Browse the repository at this point in the history