You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/06/11 09:38:42 UTC

[GitHub] [arrow] kszucs opened a new pull request #7405: ARROW-7676: [Packaging][Python] Ensure that the static libraries are not built in the wheel scripts

kszucs opened a new pull request #7405:
URL: https://github.com/apache/arrow/pull/7405


   It was already set for the manylinux201x builds.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #7405: ARROW-7676: [Packaging][Python] Ensure that the static libraries are not built in the wheel scripts

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7405:
URL: https://github.com/apache/arrow/pull/7405#issuecomment-642539627


   Revision: c1ae494665bf9538997271a7baf56ae55c1e71ba
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-310](https://github.com/ursa-labs/crossbow/branches/all?query=actions-310)
   
   |Task|Status|
   |----|------|
   |wheel-osx-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-310-travis-wheel-osx-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-310-travis-wheel-osx-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-310-travis-wheel-osx-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-310-travis-wheel-osx-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kszucs commented on a change in pull request #7405: ARROW-7676: [Packaging][Python] Ensure that the static libraries are not built in the wheel scripts

Posted by GitBox <gi...@apache.org>.
kszucs commented on a change in pull request #7405:
URL: https://github.com/apache/arrow/pull/7405#discussion_r438692997



##########
File path: dev/tasks/python-wheels/osx-build.sh
##########
@@ -63,6 +63,7 @@ function build_wheel {
     mkdir build
     pushd build
     cmake -DARROW_BUILD_SHARED=ON \
+          -DARROW_BUILD_SHARED=OFF \

Review comment:
       right :)




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] wesm closed pull request #7405: ARROW-7676: [Packaging][Python] Ensure that the static libraries are not built in the wheel scripts

Posted by GitBox <gi...@apache.org>.
wesm closed pull request #7405:
URL: https://github.com/apache/arrow/pull/7405


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #7405: ARROW-7676: [Packaging][Python] Ensure that the static libraries are not built in the wheel scripts

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7405:
URL: https://github.com/apache/arrow/pull/7405#issuecomment-642561000


   Revision: 13d6d381238618fd57b701ade858d821e63ddc0a
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-311](https://github.com/ursa-labs/crossbow/branches/all?query=actions-311)
   
   |Task|Status|
   |----|------|
   |wheel-osx-cp35m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-311-travis-wheel-osx-cp35m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-cp36m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-311-travis-wheel-osx-cp36m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-cp37m|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-311-travis-wheel-osx-cp37m.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|
   |wheel-osx-cp38|[![TravisCI](https://img.shields.io/travis/ursa-labs/crossbow/actions-311-travis-wheel-osx-cp38.svg)](https://travis-ci.org/ursa-labs/crossbow/branches)|


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kszucs commented on pull request #7405: ARROW-7676: [Packaging][Python] Ensure that the static libraries are not built in the wheel scripts

Posted by GitBox <gi...@apache.org>.
kszucs commented on pull request #7405:
URL: https://github.com/apache/arrow/pull/7405#issuecomment-642560221


   @github-actions crossbow submit wheel-osx-*


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kszucs commented on pull request #7405: ARROW-7676: [Packaging][Python] Ensure that the static libraries are not built in the wheel scripts

Posted by GitBox <gi...@apache.org>.
kszucs commented on pull request #7405:
URL: https://github.com/apache/arrow/pull/7405#issuecomment-642534821


   @github-actions crossbow submit wheel-manylinux1-*


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kszucs commented on pull request #7405: ARROW-7676: [Packaging][Python] Ensure that the static libraries are not built in the wheel scripts

Posted by GitBox <gi...@apache.org>.
kszucs commented on pull request #7405:
URL: https://github.com/apache/arrow/pull/7405#issuecomment-642537438


   @github-actions crossbow submit wheel-osx-*


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] pitrou commented on a change in pull request #7405: ARROW-7676: [Packaging][Python] Ensure that the static libraries are not built in the wheel scripts

Posted by GitBox <gi...@apache.org>.
pitrou commented on a change in pull request #7405:
URL: https://github.com/apache/arrow/pull/7405#discussion_r438684208



##########
File path: dev/tasks/python-wheels/osx-build.sh
##########
@@ -63,6 +63,7 @@ function build_wheel {
     mkdir build
     pushd build
     cmake -DARROW_BUILD_SHARED=ON \
+          -DARROW_BUILD_SHARED=OFF \

Review comment:
       STATIC, not SHARED




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #7405: ARROW-7676: [Packaging][Python] Ensure that the static libraries are not built in the wheel scripts

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7405:
URL: https://github.com/apache/arrow/pull/7405#issuecomment-642539288


   https://issues.apache.org/jira/browse/ARROW-7676


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #7405: ARROW-7676: [Packaging][Python] Ensure that the static libraries are not built in the wheel scripts

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7405:
URL: https://github.com/apache/arrow/pull/7405#issuecomment-642535578


   Revision: 9f4b7783dc8c68ced15b97cd764016ea1aab5a5b
   
   Submitted crossbow builds: [ursa-labs/crossbow @ actions-309](https://github.com/ursa-labs/crossbow/branches/all?query=actions-309)
   
   |Task|Status|
   |----|------|
   |wheel-manylinux1-cp35m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-309-azure-wheel-manylinux1-cp35m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-309-azure-wheel-manylinux1-cp35m)|
   |wheel-manylinux1-cp36m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-309-azure-wheel-manylinux1-cp36m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-309-azure-wheel-manylinux1-cp36m)|
   |wheel-manylinux1-cp37m|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-309-azure-wheel-manylinux1-cp37m)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-309-azure-wheel-manylinux1-cp37m)|
   |wheel-manylinux1-cp38|[![Azure](https://dev.azure.com/ursa-labs/crossbow/_apis/build/status/ursa-labs.crossbow?branchName=actions-309-azure-wheel-manylinux1-cp38)](https://dev.azure.com/ursa-labs/crossbow/_build/latest?definitionId=1&branchName=actions-309-azure-wheel-manylinux1-cp38)|


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org