Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install all dependencies from pypi #6472

Merged
merged 3 commits into from May 27, 2016

Conversation

jenshnielsen
Copy link
Member

We now have manylinux wheels which works on Travis and in any case we are caching the locally build wheels.

I had done this on master earlier for all but Numpy and Pandas but it seems like a merge from 2.x have added it back. Compare https://github.com/matplotlib/matplotlib/blob/b1e55ec68056ab583e6f7c6b0b49c0ae0f482602/.travis.yml
with current master https://github.com/matplotlib/matplotlib/blob/master/.travis.yml

I prefer this because we always test with the latest upstream version so we will catch any issues as soon as possible. I.e. the build issues with numpy 1.11 and Sphinx 1.4.0 that we saw.

@jenshnielsen
Copy link
Member Author

Running this with GDB creates a lot of output of the form:

[New Thread 0x7ffff1901700 (LWP 20427)]
...
[Thread 0x7ffff1901700 (LWP 20427) exited]

Because Numpy is build against multithreaded openblas. I fixed this in 5e580eb by disabling multithreads in openblas. We are not going to see any benefit from it anyway as we are already running in parallel.

@jenshnielsen jenshnielsen force-pushed the deprecatewheelhouse branch 2 times, most recently from 8a541d8 to 9e4cdea Compare May 25, 2016 16:12
We now have manylinux wheels which works on Travis and in any case we are caching the locally build wheels
@jenshnielsen jenshnielsen force-pushed the deprecatewheelhouse branch 4 times, most recently from 4cb7851 to 2d9799f Compare May 25, 2016 18:18
Which is not always true and redundant with the noseargs line below
@tacaswell tacaswell merged commit 696dda7 into matplotlib:master May 27, 2016
@QuLogic QuLogic added this to the 2.1 (next point release) milestone May 27, 2016
@jenshnielsen jenshnielsen deleted the deprecatewheelhouse branch May 27, 2016 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants