thisisnic commented on a change in pull request #10710:
URL: https://github.com/apache/arrow/pull/10710#discussion_r680012443



##########
File path: r/inst/build_arrow_static.sh
##########
@@ -45,6 +45,19 @@ else
   ARROW_DEFAULT_PARAM="OFF"
 fi
 
+if [ "$R_STATIC_DEPENDENCY_SOURCE" = "AUTO" ]; then
+  pkg-config --version >/dev/null 2>&1
+  if [ $? -eq 0 ]; then
+    ARROW_DEPENDENCY_SOURCE="AUTO"
+  else
+    ARROW_DEPENDENCY_SOURCE="BUNDLED"
+    echo "**** Warning: $R_STATIC_DEPENDENCY_SOURCE set to 'AUTO' but 
pkg-config not detected"
+    echo "**** Using bundled dependencies instead"
+  fi

Review comment:
       So atfer that, I ran this:
   `ARROW_R_DEV=TRUE DEPENDENCY_SOURCE=AUTO docker run -it 
apache/arrow-dev:r-rhub-ubuntu-gcc-release-latest bash`
   
   but couldn't find that script in the `arrow` directory.  Has something gone 
really wrong here?
   




-- 
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-unsubscr...@arrow.apache.org

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


Reply via email to