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/07/03 02:54:59 UTC

[GitHub] [arrow] pachadotdev commented on pull request #10611: ARROW-13199: [R] add ubuntu 21.04 to nightly builds

pachadotdev commented on pull request #10611:
URL: https://github.com/apache/arrow/pull/10611#issuecomment-873333331


   I moved to 21.04 on my laptop to avoid drivers problems... and now I'm solving problems to install Arrow, like moving to a better circle in Dante's Inferno
   
   Here are the installation steps I used
   ```
   git clone -b ARROW-13199-r-ubuntu-21.04 git@github.com:jonkeane/arrow.git ARROW-13199-r-ubuntu-21.04
   
   cd ARROW-13199-r-ubuntu-21.04/r
   ln -s '/home/pacha/github/arrow-setup/02-install-arrow.sh'
   bash 02-install-arrow.sh
   ```
   
   `02-install-arrow.sh` corresponds to https://github.com/pachadotdev/arrow-setup/blob/main/02-install-arrow.sh, and I installed with ninja configures as in https://github.com/pachadotdev/arrow-setup/blob/main/01-install-dependencies.sh
   
   This is the output after building successfully from this branch:
   ```
   > arrow_info()
   Arrow package version: 4.0.1.9000
   
   Capabilities:
                  
   dataset    TRUE
   parquet    TRUE
   s3         TRUE
   utf8proc   TRUE
   re2        TRUE
   snappy     TRUE
   gzip       TRUE
   brotli     TRUE
   zstd       TRUE
   lz4        TRUE
   lz4_frame  TRUE
   lzo       FALSE
   bz2        TRUE
   jemalloc   TRUE
   mimalloc  FALSE
   
   Memory:
                     
   Allocator jemalloc
   Current    0 bytes
   Max        0 bytes
   
   Runtime:
                           
   SIMD Level          avx2
   Detected SIMD Level avx2
   
   Build:
                                                                
   C++ Library Version                            5.0.0-SNAPSHOT
   C++ Compiler                                              GNU
   C++ Compiler Version                                   10.3.0
   Git ID               5ad97c6c43b936a64c7124f0407799a768a5acae
   ```
   
   
   
   
   
   
   


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