No description, website, or topics provided.
Shell
Switch branches/tags
Nothing to show
Pull request Compare This branch is 2 commits ahead, 74 commits behind MacPython:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Cython @ e406de9
terryfy @ 48785a3
.gitignore
.gitmodules
.travis.yml
README.rst
check_upload.sh

README.rst

Cython OSX wheel builder

Repository to build Cython wheels.

By default, this repo builds the most recent tagged version of the Cython repo. If you want to build a specific version, unset LATEST_TAG in the .travis.yml file, and update the Cython submodule to the version you want to build.

To update:

  • Update Cython submodule with version you want to build:

    • cd Cython
    • git pull && git checkout DESIRED_TAG
    • cd ..
    • git add Cython
    • git commit

The wheels get uploaded to a rackspace container pointed to by http://wheels.scikits-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' scikit-image wheels builder

I got the rackspace credentials from Olivier Grisel - we might be able to share this account across projects - again - please contact me or Olivier if you'd like this to happen.