Skip to content

Commit

Permalink
MINOR: [R] ARROW_ACERO should be ON by default in bundled build (#35407)
Browse files Browse the repository at this point in the history
To match ARROW_DATASET. Without this, the default CRAN version on Linux
won't have Acero enabled.

This should be cherry-picked for the 12.0.0 CRAN submission.
  • Loading branch information
nealrichardson authored May 5, 2023
1 parent 7432cc7 commit c2f7d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/inst/build_arrow_static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ${CMAKE} -DARROW_BOOST_USE_SHARED=OFF \
-DARROW_BUILD_TESTS=OFF \
-DARROW_BUILD_SHARED=OFF \
-DARROW_BUILD_STATIC=ON \
-DARROW_ACERO=${ARROW_ACERO:-$ARROW_DEFAULT_PARAM} \
-DARROW_ACERO=${ARROW_ACERO:-ON} \
-DARROW_COMPUTE=ON \
-DARROW_CSV=ON \
-DARROW_DATASET=${ARROW_DATASET:-ON} \
Expand Down

0 comments on commit c2f7d13

Please sign in to comment.