You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/06/03 15:07:00 UTC

[jira] [Comment Edited] (ARROW-5488) [R] Workaround when C++ lib not available

    [ https://issues.apache.org/jira/browse/ARROW-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16854686#comment-16854686 ] 

Wes McKinney edited comment on ARROW-5488 at 6/3/19 3:06 PM:
-------------------------------------------------------------

One possibility is to bundle the Arrow header files with the CRAN package and build against them, but do not include {{libarrow}} and {{libparquet}} when linking. When the library is loaded, the libraries must be loaded in-process via {{dlopen}} before loading the Rcpp extensions. The C++ libraries can be installed then after the fact


was (Author: wesmckinn):
One possibility is to bundle the Arrow header files with the CRAN package and build against them, but do not include {{libarrow}} and {{libparquet}} when linking. When the library is loaded, the libraries must be loaded in-process via {{dlopen}} before loading the Rcpp extensions

> [R] Workaround when C++ lib not available
> -----------------------------------------
>
>                 Key: ARROW-5488
>                 URL: https://issues.apache.org/jira/browse/ARROW-5488
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Romain François
>            Priority: Major
>
> As a way to get to CRAN, we need some way for the package still compile and install and test (although do nothing useful) even when the c++ lib is not available. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)