[jira] [Commented] (ARROW-2553) [Python] Set MACOSX_DEPLOYMENT_TARGET in wheel build

2018-07-12 Thread Wes McKinney (JIRA)


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

Wes McKinney commented on ARROW-2553:
-

Sorry -- I had commented on the PR. If we fix the wheels there, then ARROW-2326 
will probably be fixed

> [Python] Set MACOSX_DEPLOYMENT_TARGET in wheel build
> 
>
> Key: ARROW-2553
> URL: https://issues.apache.org/jira/browse/ARROW-2553
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Packaging, Python
>Reporter: Uwe L. Korn
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 0.10.0
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> The current `pyarrow` wheels are not usable on older OSX releases due to a 
> problem in the newest Xcode SDK. We need to set {{MACOSX_DEPLOYMENT_TARGET}} 
> to an older OSX release to avoid getting {{Symbol not found: 
> _os_unfair_lock_lock}}.



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


[jira] [Commented] (ARROW-2553) [Python] Set MACOSX_DEPLOYMENT_TARGET in wheel build

2018-07-12 Thread Krisztian Szucs (JIRA)


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

Krisztian Szucs commented on ARROW-2553:


[~wesmckinn] Uwe has already checked, doesn't work properly yet - see the PR.

> [Python] Set MACOSX_DEPLOYMENT_TARGET in wheel build
> 
>
> Key: ARROW-2553
> URL: https://issues.apache.org/jira/browse/ARROW-2553
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Packaging, Python
>Reporter: Uwe L. Korn
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 0.10.0
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> The current `pyarrow` wheels are not usable on older OSX releases due to a 
> problem in the newest Xcode SDK. We need to set {{MACOSX_DEPLOYMENT_TARGET}} 
> to an older OSX release to avoid getting {{Symbol not found: 
> _os_unfair_lock_lock}}.



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


[jira] [Commented] (ARROW-2553) [Python] Set MACOSX_DEPLOYMENT_TARGET in wheel build

2018-07-10 Thread Wes McKinney (JIRA)


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

Wes McKinney commented on ARROW-2553:
-

[~kszucs] yes -- I would just go ahead and do this and check that the wheel 
builds still work. This is consistent with the way that conda-forge is 
building: 
https://github.com/conda-forge/toolchain-feedstock/blob/master/recipe/activate.sh#L8

> [Python] Set MACOSX_DEPLOYMENT_TARGET in wheel build
> 
>
> Key: ARROW-2553
> URL: https://issues.apache.org/jira/browse/ARROW-2553
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Packaging, Python
>Reporter: Uwe L. Korn
>Priority: Blocker
> Fix For: 0.10.0
>
>
> The current `pyarrow` wheels are not usable on older OSX releases due to a 
> problem in the newest Xcode SDK. We need to set {{MACOSX_DEPLOYMENT_TARGET}} 
> to an older OSX release to avoid getting {{Symbol not found: 
> _os_unfair_lock_lock}}.



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


[jira] [Commented] (ARROW-2553) [Python] Set MACOSX_DEPLOYMENT_TARGET in wheel build

2018-07-10 Thread Krisztian Szucs (JIRA)


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

Krisztian Szucs commented on ARROW-2553:


Would it be enough to set `export MACOSX_DEPLOYMENT_TARGET=10.9` in the [wheel 
osx 
build|https://github.com/kszucs/arrow/blob/eb06a0d0e051ecaa363b0c965d5a75999194d449/dev/tasks/python-wheels/travis.osx.yml#L25]?

> [Python] Set MACOSX_DEPLOYMENT_TARGET in wheel build
> 
>
> Key: ARROW-2553
> URL: https://issues.apache.org/jira/browse/ARROW-2553
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Packaging, Python
>Reporter: Uwe L. Korn
>Priority: Blocker
> Fix For: 0.10.0
>
>
> The current `pyarrow` wheels are not usable on older OSX releases due to a 
> problem in the newest Xcode SDK. We need to set {{MACOSX_DEPLOYMENT_TARGET}} 
> to an older OSX release to avoid getting {{Symbol not found: 
> _os_unfair_lock_lock}}.



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