assignUser commented on PR #39148:
URL: https://github.com/apache/arrow/pull/39148#issuecomment-1848197948
`devtools::install_github('assignUser/[email protected]')` with
`LIBARROW_BINARY=false` set correctly vendors cpp and builds from source now:
```
Running bootstrap.R...
ℹ Vendoring C++ sources
cp ../NOTICE.txt inst/NOTICE.txt
rsync --archive --delete --exclude 'apidoc' --exclude 'build' --exclude
'build-support/boost_*' --exclude 'examples' --exclude 'src/gandiva' --exclude
'src/jni' --exclude 'src/skyhook' --exclude 'submodules' --exclude
'**/*_test.cc' ../cpp tools/
cp -p ../.env tools/dotenv
cp -p ../NOTICE.txt tools/
cp -p ../LICENSE.txt tools/
sed -i"" -e "s/\.env/dotenv/g" tools/cpp/CMakeLists.txt
! Skipping releases preparations for dev version.
── R CMD build
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
✔ checking for file
‘/tmp/Rtmp2g1C7O/remotes1d33ded19da00/assignUser-arrow-25f733d/r/DESCRIPTION’
...
─ preparing ‘arrow’:
✔ checking DESCRIPTION meta-information ...
─ cleaning src
─ running ‘cleanup’
─ checking for LF line-endings in source and make files and shell scripts
─ checking for empty or unneeded directories
─ building ‘arrow_14.0.1.9000.tar.gz’
Installing package into '/home/jwj/R/x86_64-pc-linux-gnu-library/4.3'
(as 'lib' is unspecified)
* installing *source* package 'arrow' ...
** using staged installation
*** pkg-config found.
*** Latest available nightly for 14.0.1.9000: 14.0.1.100000226
*** Found local C++ source: 'tools/cpp'
*** Building libarrow from source
```
I'll look at converting the rsync invocation to R next week
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]