This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new b5d3641 ARROW-7970: [Packaging][Python] Use system boost to build the
macOS wheels
b5d3641 is described below
commit b5d36419306fe5020db0799fde328b3e8ed4e890
Author: Krisztián Szűcs <[email protected]>
AuthorDate: Sat Feb 29 21:04:51 2020 +0100
ARROW-7970: [Packaging][Python] Use system boost to build the macOS wheels
Closes #6510 from kszucs/macos-wheel-system-boost and squashes the
following commits:
2328a8781 <Krisztián Szűcs> use system boost to build the macos wheels
Authored-by: Krisztián Szűcs <[email protected]>
Signed-off-by: Krisztián Szűcs <[email protected]>
---
dev/tasks/python-wheels/osx-build.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev/tasks/python-wheels/osx-build.sh
b/dev/tasks/python-wheels/osx-build.sh
index 8a1b144..3bce2f7 100755
--- a/dev/tasks/python-wheels/osx-build.sh
+++ b/dev/tasks/python-wheels/osx-build.sh
@@ -80,6 +80,7 @@ function build_wheel {
-DARROW_WITH_SNAPPY=ON \
-DARROW_WITH_ZLIB=ON \
-DARROW_WITH_ZSTD=ON \
+ -DBOOST_SOURCE=SYSTEM \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$ARROW_HOME \
-DgRPC_SOURCE=SYSTEM \