Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2612,8 +2612,6 @@ endif()
# AWS SDK for C++

macro(build_awssdk)
message(
FATAL_ERROR "FIXME: Building AWS C++ SDK from source will link with wrong libcrypto")
message("Building AWS C++ SDK from source")

set(AWSSDK_PREFIX "${CMAKE_CURRENT_BINARY_DIR}/awssdk_ep-install")
Expand Down
3 changes: 3 additions & 0 deletions dev/tasks/python-wheels/osx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ function build_wheel {
-DARROW_PROTOBUF_USE_SHARED=OFF \
-DARROW_PYTHON=ON \
-DARROW_RPATH_ORIGIN=ON \
-DARROW_S3=ON \
-DARROW_VERBOSE_THIRDPARTY_BUILD=ON \
-DARROW_WITH_BROTLI=ON \
-DARROW_WITH_BZ2=ON \
Expand Down Expand Up @@ -108,6 +109,7 @@ function build_wheel {
export PYARROW_WITH_PLASMA=1
export PYARROW_WITH_PARQUET=1
export PYARROW_WITH_ORC=0
export PYARROW_WITH_S3=1
export PYARROW_WITH_JEMALLOC=1
export PYARROW_WITH_PLASMA=1
export PYARROW_WITH_GANDIVA=0
Expand Down Expand Up @@ -157,6 +159,7 @@ import pyarrow.parquet
import pyarrow.plasma
import pyarrow.fs
import pyarrow._hdfs
import pyarrow._s3fs
import pyarrow.dataset
import pyarrow.flight
"
Expand Down
4 changes: 2 additions & 2 deletions dev/tasks/python-wheels/travis.osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ addons:
homebrew:
packages:
- automake
- bison
- boost
- brotli
- c-ares
- ccache
- cmake
- flatbuffers
- flex
- git
- glog
- grpc
Expand All @@ -43,8 +45,6 @@ addons:
- thrift
- wget
- zstd
- bison
- flex
update: true

# don't build twice
Expand Down