You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Francois Saint-Jacques (Jira)" <ji...@apache.org> on 2019/08/19 17:19:00 UTC

[jira] [Resolved] (ARROW-6258) [R] Add macOS build scripts

     [ https://issues.apache.org/jira/browse/ARROW-6258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francois Saint-Jacques resolved ARROW-6258.
-------------------------------------------
    Resolution: Fixed

Issue resolved by pull request 5095
[https://github.com/apache/arrow/pull/5095]

> [R] Add macOS build scripts
> ---------------------------
>
>                 Key: ARROW-6258
>                 URL: https://issues.apache.org/jira/browse/ARROW-6258
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Neal Richardson
>            Assignee: Neal Richardson
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.15.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> CRAN builds binary packages for Windows and macOS. It generally does this by building on its servers and bundling all dependencies in the R package. This has been accomplished by having separate processes for building and hosting system dependencies, and then downloading and bundling those with scripts that get executed at install time (and then create the binary package as a side effect).
> ARROW-3758 added the Windows PKGBUILD and related packaging scripts and ran them on our Appveyor. This ticket is to do the same for the macOS scripts.
> The purpose of these tickets is to bring the whole build pipeline under our version control and CI so that we can address any C++ build and dependency changes as they arise and not be surprised when it comes time to cut a release. A side benefit is that they also enable us to offer a nightly binary package repository with minimal additional effort.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)