Skip to content

Commit

Permalink
Create a link to make debhelper build system happy
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Feb 5, 2025
1 parent a13ccf0 commit 396fe5d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions dev/tasks/linux-packages/apache-arrow/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ override_dh_auto_configure:
else \
ARROW_AZURE=ON; \
fi; \
if [ "$${code_name}" = "focal" ] || [ "$${code_name}" = "jammy" ]; then \
CMAKE=/usr/local/bin/cmake \
else \
continue; \
fi; \
if [ "$${code_name}" = "focal" ] || [ "$${code_name}" = "jammy" ]; then \
ln -sf /usr/local/bin/cmake /usr/bin/cmake; \
fi; \
if dpkg -l nvidia-cuda-toolkit > /dev/null 2>&1; then \
ARROW_CUDA=ON; \
else \
Expand Down Expand Up @@ -62,7 +60,7 @@ override_dh_auto_configure:
-DARROW_WITH_SNAPPY=ON \
-DARROW_WITH_ZLIB=ON \
-DARROW_WITH_ZSTD=ON \
-DCMAKE_BUILD_TYPE=$(BUILD_TYPE) \
-DCMAKE_BUILD_TYPE=$(BUILD_TYPE) \
-DCUDAToolkit_ROOT=/usr \
-DFETCHCONTENT_FULLY_DISCONNECTED=OFF \
-DPARQUET_BUILD_EXECUTABLES=ON \
Expand Down

0 comments on commit 396fe5d

Please sign in to comment.