You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/01/30 22:34:09 UTC

[GitHub] aahmed-se opened a new issue #3485: Improve mac python-client binary build process

aahmed-se opened a new issue #3485: Improve mac python-client binary build process
URL: https://github.com/apache/pulsar/issues/3485
 
 
   Currently the python-client build process for mac is a difficult, it's being managed by multiple vagrant images and complex distribution with mac os version specific packages.
   
   eg.
   ```
   pulsar_client-2.2.1-cp27-cp27m-macosx_10_12_x86_64.whl
   pulsar_client-2.2.1-cp27-cp27m-macosx_10_13_x86_64.whl
   pulsar_client-2.2.1-cp27-cp27m-macosx_10_14_x86_64.whl
   ```
   
   We need to improve this and take cues from other projects such as catboost.
   They are to publish python packages for all mac platforms in a singular wheel file
   ie.
   ```
   catboost-0.12.2-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
   ```
   We can borrow design elements from there custom build scripts that manages this.
   https://github.com/catboost/catboost/blob/master/catboost/python-package/mk_wheel.py
   
   
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services