Open dharanad opened 5 days ago
Hi @dharanad, have you installed required dependencies, and export INSTALL_PREFIX
, per https://github.com/facebookincubator/velox/blob/main/README.md#setting-up-dependencies?
A quick workaround is just brew install boost
on your macOS.
Hi @dharanad, have you installed required dependencies, and
export INSTALL_PREFIX
, per https://github.com/facebookincubator/velox/blob/main/README.md#setting-up-dependencies?A quick workaround is just
brew install boost
on your macOS.
Hello, Yes i did install dependencies and did export. Thank You installing boost via brew worked
Problem description
Release & Debug build failing with due to Could NOT find Boost (missing: Boost_INCLUDE_DIR) (Required is at least version "1.56"). Seems like its failing to build thrift
System information
Velox System Info v0.0.2 Commit: 9ba0197e72d3803ac2ba91f908db6db3f374b5a8 CMake Version: 3.31.1 System: Darwin-24.1.0 Arch: arm64 C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++ C++ Compiler Version: 16.0.0.16000026 C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc C Compiler Version: 16.0.0.16000026 CMake Prefix Path: /Library/Developer/CommandLineTools/SDKs/MacOSX15.1.sdk/usr;/opt/homebrew;/usr/local;/usr;/;/opt/homebrew;/usr/local;/usr/X11R6;/usr/pkg;/opt;/sw;/opt/local
CMake log