Pillow/README.rst

39 lines
1.5 KiB
ReStructuredText
Raw Normal View History

2014-07-03 15:26:34 +04:00
########################
Pillow OSX wheel builder
########################
2014-06-30 14:58:20 +04:00
2014-07-03 15:26:34 +04:00
Repository to build Pillow wheels.
By default, this repo builds the most recent tagged version of the Pillow
repo. If you want to build a specific version, unset ``LATEST_TAG`` in the
``.travis.yml`` file, and update the Pillow submodule to the version you
want to build.
2014-06-30 14:58:20 +04:00
To update:
2014-07-03 15:26:34 +04:00
* Update Pillow submodule with version you want to build:
2014-06-30 14:58:20 +04:00
2014-07-03 15:26:34 +04:00
* cd Pillow
* git pull && git checkout DESIRED_TAG
* cd ..
* git add Pillow
* git commit
2014-06-30 14:58:20 +04:00
2014-07-03 15:26:34 +04:00
* Check minimum numpy versions to build against in ``.travis.yml`` file. You
need to build against the earliest numpy that Pillow is compatible with;
see `forward, backward numpy compatibility
<http://stackoverflow.com/questions/17709641/valueerror-numpy-dtype-has-the-wrong-size-try-recompiling/18369312#18369312>`_
2014-06-30 14:58:20 +04:00
The wheels get uploaded to a `rackspace container
<http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com>`_
2014-07-03 15:26:34 +04:00
pointed to by http://wheels.scipy-image.org. The credentials for this container
are encrypted to this specific repo in the ``.travis.yml`` file, so the upload
won't work for you from another repo. Either contact me to get set up, or
use another upload service such as github - see for example Jonathan Helmus'
`sckit-image wheels builder
<https://github.com/jjhelmus/Pillow-ci-wheel-builder>`_
2014-06-30 14:58:20 +04:00
2014-07-03 15:26:34 +04:00
I got the rackspace credentials from Olivier Grisel - we might be able to share
2014-06-30 14:58:20 +04:00
this account across projects - again - please contact me or Olivier if you'd
like this to happen.