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/12/07 11:47:12 UTC

[GitHub] [arrow] nealrichardson commented on a change in pull request #11881: ARROW-14850: [R] Update ARROW_DEPENDENCY_SOURCE to default to AUTO

nealrichardson commented on a change in pull request #11881:
URL: https://github.com/apache/arrow/pull/11881#discussion_r763910792



##########
File path: r/configure
##########
@@ -153,8 +153,7 @@ else
       fi
 
       if [ "${ARROW_DEPENDENCY_SOURCE}" = "" ]; then
-        # TODO: BUNDLED is still default for now, but we plan to change it to AUTO
-        ARROW_DEPENDENCY_SOURCE=BUNDLED; export ARROW_DEPENDENCY_SOURCE
+        ARROW_DEPENDENCY_SOURCE=AUTO; export ARROW_DEPENDENCY_SOURCE

Review comment:
       (Can't leave this comment below but) on L162, we should revise the message, maybe just
   
   ```
   echo "**** pkg-config not installed, setting ARROW_DEPENDENCY_SOURCE=BUNDLED"
   ```




-- 
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