[
https://issues.apache.org/jira/browse/ARROW-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16265594#comment-16265594
]
ASF GitHub Bot commented on ARROW-1855:
---------------------------------------
kou opened a new pull request #1355: ARROW-1855: [GLib] Add workaround for
build failure on macOS
URL: https://github.com/apache/arrow/pull/1355
Arrow-1.0.gir generation may be failed on macOS. Because Python's distutils'
build option tries building universal binary implicitly. g-ir-scanner uses
Python's distutils internally. We can disable it by defining ARCHFLAGS
environment variable.
See also ARROW-1766.
If we put this workaround in c_glib/, users don't need to specify ARCHFLAGS
environment variable explicitly.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [GLib] Add workaround for build failure on macOS
> ------------------------------------------------
>
> Key: ARROW-1855
> URL: https://issues.apache.org/jira/browse/ARROW-1855
> Project: Apache Arrow
> Issue Type: Improvement
> Components: GLib
> Affects Versions: 0.7.1
> Reporter: Kouhei Sutou
> Assignee: Kouhei Sutou
> Priority: Minor
> Labels: pull-request-available
> Fix For: 0.8.0
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)