From d185528291141efd637a61b5e1b4a6d6e7b45074 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Fri, 2 Feb 2024 06:19:45 -0800 Subject: [PATCH] Make sure cudf uses pyarrow's libarrow during wheel builds (#1334) This fixes an error introduced in #1304. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Mark Harris (https://github.com/harrism) - Paul Taylor (https://github.com/trxcllnt) - Ray Douglass (https://github.com/raydouglass) URL: https://github.com/rapidsai/cuspatial/pull/1334 --- ci/build_wheel_cuspatial.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/build_wheel_cuspatial.sh b/ci/build_wheel_cuspatial.sh index fd37f873a..932665e27 100755 --- a/ci/build_wheel_cuspatial.sh +++ b/ci/build_wheel_cuspatial.sh @@ -3,4 +3,6 @@ set -euo pipefail +export SKBUILD_CMAKE_ARGS="-DUSE_LIBARROW_FROM_PYARROW=ON" + ci/build_wheel.sh cuspatial python/cuspatial