mirror of
https://github.com/wassname/ray.git
synced 2026-07-31 12:41:01 +08:00
Compile boost from source to fix macOS wheels (#1688)
This commit is contained in:
committed by
Robert Nishihara
parent
91464a56dd
commit
5ef0892236
Vendored
+1
@@ -20,6 +20,7 @@ if [ ! -d $TP_DIR/build/parquet-cpp ]; then
|
||||
if [ "$unamestr" == "Darwin" ]; then
|
||||
OPENSSL_ROOT_DIR=$OPENSSL_DIR \
|
||||
PATH="$BISON_DIR:$PATH" \
|
||||
BOOST_ROOT=$TP_DIR/pkg/boost \
|
||||
ARROW_HOME=$TP_DIR/pkg/arrow/cpp/build/cpp-install \
|
||||
cmake -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=$PARQUET_HOME \
|
||||
|
||||
Vendored
+2
-5
@@ -31,12 +31,9 @@ bash "$TP_SCRIPT_DIR/build_redis.sh"
|
||||
bash "$TP_SCRIPT_DIR/build_credis.sh"
|
||||
|
||||
##############################################
|
||||
# boost if necessary
|
||||
# boost
|
||||
##############################################
|
||||
if [[ "$unamestr" == "Linux" ]]; then
|
||||
echo "building boost"
|
||||
bash "$TP_SCRIPT_DIR/build_boost.sh"
|
||||
fi
|
||||
bash "$TP_SCRIPT_DIR/build_boost.sh"
|
||||
|
||||
##############################################
|
||||
# flatbuffers if necessary
|
||||
|
||||
Reference in New Issue
Block a user