Discussion:
[Cython] Travis-ci builds of OSX wheels
Matthew Brett
2014-07-03 10:49:45 UTC
Permalink
Hi,

We just got scikit-image OSX wheel builds more or less fully automated
on travis-ci :

https://travis-ci.org/scikit-image/scikit-image-wheels
https://github.com/scikit-image/scikit-image-wheels

Any interest in getting the same thing working for Cython?

Cheers,

Matthew
Robert Bradshaw
2014-07-04 04:51:46 UTC
Permalink
Sure!
Post by Matthew Brett
Hi,
We just got scikit-image OSX wheel builds more or less fully automated
https://travis-ci.org/scikit-image/scikit-image-wheels
https://github.com/scikit-image/scikit-image-wheels
Any interest in getting the same thing working for Cython?
Cheers,
Matthew
_______________________________________________
cython-devel mailing list
https://mail.python.org/mailman/listinfo/cython-devel
Matthew Brett
2014-07-04 22:04:12 UTC
Permalink
Sure!
Post by Matthew Brett
Hi,
We just got scikit-image OSX wheel builds more or less fully automated
https://travis-ci.org/scikit-image/scikit-image-wheels
https://github.com/scikit-image/scikit-image-wheels
Any interest in getting the same thing working for Cython?
Cheers,
Matthew
Done:

https://github.com/matthew-brett/cython-wheels
https://travis-ci.org/matthew-brett/cython-wheels
http://wheels.scikit-image.org

When y'all have permission, you should be able to click on the refresh
button on the travis page and get built wheels in the http directory,
after 20 minutes or so. It's set up to checkout and build the latest
tag'ed commit.

Feel free to just clone this repo and push to the Cython organization.
I can then send you a PR updating the rackspace credentials to match
the new repo.

Cheers,

Matthew
Robert Bradshaw
2014-07-06 00:31:21 UTC
Permalink
Post by Matthew Brett
Sure!
Post by Matthew Brett
Hi,
We just got scikit-image OSX wheel builds more or less fully automated
https://travis-ci.org/scikit-image/scikit-image-wheels
https://github.com/scikit-image/scikit-image-wheels
Any interest in getting the same thing working for Cython?
Cheers,
Matthew
https://github.com/matthew-brett/cython-wheels
https://travis-ci.org/matthew-brett/cython-wheels
http://wheels.scikit-image.org
When y'all have permission, you should be able to click on the refresh
button on the travis page and get built wheels in the http directory,
after 20 minutes or so. It's set up to checkout and build the latest
tag'ed commit.
Feel free to just clone this repo and push to the Cython organization.
I can then send you a PR updating the rackspace credentials to match
the new repo.
Forked at https://github.com/cython/cython-wheels
Matthew Brett
2014-07-06 01:27:56 UTC
Permalink
Hi,
Post by Robert Bradshaw
Post by Matthew Brett
Sure!
Post by Matthew Brett
Hi,
We just got scikit-image OSX wheel builds more or less fully automated
https://travis-ci.org/scikit-image/scikit-image-wheels
https://github.com/scikit-image/scikit-image-wheels
Any interest in getting the same thing working for Cython?
Cheers,
Matthew
https://github.com/matthew-brett/cython-wheels
https://travis-ci.org/matthew-brett/cython-wheels
http://wheels.scikit-image.org
When y'all have permission, you should be able to click on the refresh
button on the travis page and get built wheels in the http directory,
after 20 minutes or so. It's set up to checkout and build the latest
tag'ed commit.
Feel free to just clone this repo and push to the Cython organization.
I can then send you a PR updating the rackspace credentials to match
the new repo.
Forked at https://github.com/cython/cython-wheels
OK - then I will try deleting my repo and see what happens.

Can you activate travis testing for that repo? Then I'll set the credentials.

Cheers,

Matthew
Robert Bradshaw
2014-07-06 01:37:43 UTC
Permalink
Post by Matthew Brett
Hi,
Post by Robert Bradshaw
Post by Matthew Brett
Sure!
Post by Matthew Brett
Hi,
We just got scikit-image OSX wheel builds more or less fully automated
https://travis-ci.org/scikit-image/scikit-image-wheels
https://github.com/scikit-image/scikit-image-wheels
Any interest in getting the same thing working for Cython?
Cheers,
Matthew
https://github.com/matthew-brett/cython-wheels
https://travis-ci.org/matthew-brett/cython-wheels
http://wheels.scikit-image.org
When y'all have permission, you should be able to click on the refresh
button on the travis page and get built wheels in the http directory,
after 20 minutes or so. It's set up to checkout and build the latest
tag'ed commit.
Feel free to just clone this repo and push to the Cython organization.
I can then send you a PR updating the rackspace credentials to match
the new repo.
Forked at https://github.com/cython/cython-wheels
OK - then I will try deleting my repo and see what happens.
Can you activate travis testing for that repo? Then I'll set the credentials.
Done.
Matthew Brett
2014-10-16 20:46:31 UTC
Permalink
Hi,
Post by Matthew Brett
Hi,
Post by Robert Bradshaw
Post by Matthew Brett
Sure!
Post by Matthew Brett
Hi,
We just got scikit-image OSX wheel builds more or less fully automated
https://travis-ci.org/scikit-image/scikit-image-wheels
https://github.com/scikit-image/scikit-image-wheels
Any interest in getting the same thing working for Cython?
Cheers,
Matthew
https://github.com/matthew-brett/cython-wheels
https://travis-ci.org/matthew-brett/cython-wheels
http://wheels.scikit-image.org
When y'all have permission, you should be able to click on the refresh
button on the travis page and get built wheels in the http directory,
after 20 minutes or so. It's set up to checkout and build the latest
tag'ed commit.
Feel free to just clone this repo and push to the Cython organization.
I can then send you a PR updating the rackspace credentials to match
the new repo.
Forked at https://github.com/cython/cython-wheels
OK - then I will try deleting my repo and see what happens.
Can you activate travis testing for that repo? Then I'll set the credentials.
Actually, I've since found (I believe) a better way of doing this,
which allows me to keep updating the build system as travis changes,
and that is to house the wheel building at the MacPython organization,
and give y'all admin access to the repo so you can push and trigger
builds as necessary.

New version of repo here:

https://github.com/MacPython/cython-wheels

New builds of Cython 0.21 here:

http://wheels.scikit-image.org/

I've sent admin invites for this repo to you (Robert) and Stefan (I
think) - y'all can invite more people if you like.

As usual, pressing the rebuild button on the travis page:

https://travis-ci.org/MacPython/cython-wheels

will (by default) trigger a build of the latest tagged version,

Cheers,

Matthew
Robert Bradshaw
2014-10-16 22:03:44 UTC
Permalink
Thanks.
Post by Matthew Brett
Hi,
Post by Matthew Brett
Hi,
Post by Robert Bradshaw
Post by Matthew Brett
Sure!
On Thu, Jul 3, 2014 at 3:49 AM, Matthew Brett <
Post by Matthew Brett
Hi,
We just got scikit-image OSX wheel builds more or less fully
automated
Post by Matthew Brett
Post by Robert Bradshaw
Post by Matthew Brett
Post by Matthew Brett
https://travis-ci.org/scikit-image/scikit-image-wheels
https://github.com/scikit-image/scikit-image-wheels
Any interest in getting the same thing working for Cython?
Cheers,
Matthew
https://github.com/matthew-brett/cython-wheels
https://travis-ci.org/matthew-brett/cython-wheels
http://wheels.scikit-image.org
When y'all have permission, you should be able to click on the refresh
button on the travis page and get built wheels in the http directory,
after 20 minutes or so. It's set up to checkout and build the latest
tag'ed commit.
Feel free to just clone this repo and push to the Cython organization.
I can then send you a PR updating the rackspace credentials to match
the new repo.
Forked at https://github.com/cython/cython-wheels
OK - then I will try deleting my repo and see what happens.
Can you activate travis testing for that repo? Then I'll set the
credentials.
Actually, I've since found (I believe) a better way of doing this,
which allows me to keep updating the build system as travis changes,
and that is to house the wheel building at the MacPython organization,
and give y'all admin access to the repo so you can push and trigger
builds as necessary.
https://github.com/MacPython/cython-wheels
http://wheels.scikit-image.org/
I've sent admin invites for this repo to you (Robert) and Stefan (I
think) - y'all can invite more people if you like.
https://travis-ci.org/MacPython/cython-wheels
will (by default) trigger a build of the latest tagged version,
Cheers,
Matthew
_______________________________________________
cython-devel mailing list
https://mail.python.org/mailman/listinfo/cython-devel
Matthew Brett
2014-10-16 22:41:13 UTC
Permalink
Post by Robert Bradshaw
Thanks.
Post by Matthew Brett
Hi,
Post by Matthew Brett
Hi,
On Fri, Jul 4, 2014 at 3:04 PM, Matthew Brett
Post by Matthew Brett
Sure!
On Thu, Jul 3, 2014 at 3:49 AM, Matthew Brett
Post by Matthew Brett
Hi,
We just got scikit-image OSX wheel builds more or less fully automated
https://travis-ci.org/scikit-image/scikit-image-wheels
https://github.com/scikit-image/scikit-image-wheels
Any interest in getting the same thing working for Cython?
Cheers,
Matthew
https://github.com/matthew-brett/cython-wheels
https://travis-ci.org/matthew-brett/cython-wheels
http://wheels.scikit-image.org
When y'all have permission, you should be able to click on the refresh
button on the travis page and get built wheels in the http directory,
after 20 minutes or so. It's set up to checkout and build the latest
tag'ed commit.
Feel free to just clone this repo and push to the Cython
organization.
I can then send you a PR updating the rackspace credentials to match
the new repo.
Forked at https://github.com/cython/cython-wheels
OK - then I will try deleting my repo and see what happens.
Can you activate travis testing for that repo? Then I'll set the credentials.
Actually, I've since found (I believe) a better way of doing this,
which allows me to keep updating the build system as travis changes,
and that is to house the wheel building at the MacPython organization,
and give y'all admin access to the repo so you can push and trigger
builds as necessary.
https://github.com/MacPython/cython-wheels
http://wheels.scikit-image.org/
I've sent admin invites for this repo to you (Robert) and Stefan (I
think) - y'all can invite more people if you like.
https://travis-ci.org/MacPython/cython-wheels
will (by default) trigger a build of the latest tagged version,
By the way - if you would consider giving me access to Cython pypi, I
am very happy to upload these wheels,

Cheers,

Matthew

Loading...