You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Karl Dunkle Werner (Jira)" <ji...@apache.org> on 2022/04/23 16:52:00 UTC

[jira] [Created] (ARROW-16297) [R] Improve detection of ARROW_*_URL variables for offline build

Karl Dunkle Werner created ARROW-16297:
------------------------------------------

             Summary: [R] Improve detection of ARROW_*_URL variables for offline build
                 Key: ARROW-16297
                 URL: https://issues.apache.org/jira/browse/ARROW-16297
             Project: Apache Arrow
          Issue Type: Improvement
          Components: R
    Affects Versions: 7.0.0
         Environment: *nix offline builds
            Reporter: Karl Dunkle Werner
            Assignee: Karl Dunkle Werner


As [~npr] mentioned in [https://github.com/apache/arrow/pull/12849#issuecomment-1101489333,] the current code in {{nixlibs.R}} doesn't handle components that have multiple words (because of the way it parses variable names from filenames). Until now, we've had a special case for the AWS variables, but {{ARROW_GOOGLE_CLOUD_CPP_URL}} and {{ARROW_NLOHMANN_JSON_URL}} also need handling. Instead of adding special cases, we can provide the correct {{ARROW_*_URL}} values with the new bash script added as part of ARROW-15092.

 

I'll add a PR.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)