You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug, including details regarding any error messages, version, and platform.
While testing the latest (18.1.0) arrow CRAN submission, I noticed the prebuilt libarrow binaries aren't being used. I'm not sure if this has been an issue for more than just this release yet.
How I can reproduce this:
git checkout maint-18.1.0-r
cd r
make build
ARROW_R_DEV=TRUE R CMD INSTALL arrow_18.1.0.tar.gz
* installing to library ‘/home/bryce/R/aarch64-unknown-linux-gnu-library/4.4’
* installing *source* package ‘arrow’ ...
** using staged installation
*** pkg-config found.
trying URL 'https://apache.jfrog.io/artifactory/arrow/r/'
downloaded 1284 bytes
*** Building on linux aarch64
*** Found local C++ source: 'tools/cpp'*** Building libarrow from source
For build options and troubleshooting, see the install guide:
https://arrow.apache.org/docs/r/articles/install.html
*** Building with MAKEFLAGS=-j2
I think it would be good while fixing the issue to improve the print logging if we can.
Describe the bug, including details regarding any error messages, version, and platform.
While testing the latest (18.1.0) arrow CRAN submission, I noticed the prebuilt libarrow binaries aren't being used. I'm not sure if this has been an issue for more than just this release yet.
How I can reproduce this:
I think it would be good while fixing the issue to improve the print logging if we can.
cc @assignUser
Component(s)
R
The text was updated successfully, but these errors were encountered: