You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/17 10:41:39 UTC

[GitHub] [arrow] kszucs commented on a change in pull request #10940: ARROW-13635: [Packaging][Python] Define --with-lg-page for jemalloc in the arm manylinux builds

kszucs commented on a change in pull request #10940:
URL: https://github.com/apache/arrow/pull/10940#discussion_r690248609



##########
File path: ci/scripts/python_wheel_manylinux_build.sh
##########
@@ -71,6 +71,10 @@ echo "=== (${PYTHON_VERSION}) Building Arrow C++ libraries ==="
 : ${VCPKG_FEATURE_FLAGS:=-manifests}
 : ${VCPKG_TARGET_TRIPLET:=${VCPKG_DEFAULT_TRIPLET:-x64-linux-static-${CMAKE_BUILD_TYPE}}}
 
+if [[ "$(uname -m)" == arm* ]] || [[ "$(uname -m)" == aarch* ]]; then
+    export ARROW_EXTRA_CMAKE_FLAGS="-DARROW_JEMALLOC_LG_PAGE=14"

Review comment:
       Updated to `16`, though the conda-forge recipe uses `14`. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org