Skip to content

Commit

Permalink
Install thrift
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Jul 2, 2024
1 parent 180b12c commit e7ea4a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/setup-centos9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ function install_arrow {
-DCMAKE_BUILD_TYPE=Release \
-DARROW_BUILD_STATIC=ON \
-DThrift_SOURCE=BUNDLED

# Install thrift.
cd _build/thrift_ep-prefix/src/thrift_ep-build
cmake --install ./ --prefix /usr/local/
}

function install_cuda {
Expand Down
4 changes: 4 additions & 0 deletions scripts/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ function install_arrow {
-DCMAKE_BUILD_TYPE=Release \
-DARROW_BUILD_STATIC=ON \
-DThrift_SOURCE=BUNDLED

# Install thrift.
cd _build/thrift_ep-prefix/src/thrift_ep-build
cmake --install ./ --prefix /usr/local/
}

function install_cuda {
Expand Down

0 comments on commit e7ea4a3

Please sign in to comment.