Install all dependencies from pypi #6472

Merged
merged 3 commits into from May 27, 2016

Conversation

Projects
None yet
3 participants
Owner

jenshnielsen commented May 24, 2016

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.

Owner

jenshnielsen commented May 24, 2016

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 added some commits Apr 20, 2016

@jenshnielsen jenshnielsen Make sure that numpy build against openblas only uses one thread 8f3de2f
@jenshnielsen jenshnielsen Install all dependencies from pypi
We now have manylinux wheels which works on Travis and in any case we are caching the locally build wheels
d29eb98
@jenshnielsen jenshnielsen Remove echo line
Which is not always true and redundant with the noseargs line below
2d9799f

@tacaswell tacaswell merged commit 696dda7 into matplotlib:master May 27, 2016

1 of 3 checks passed

continuous-integration/appveyor/pr AppVeyor build failed
Details
coverage/coveralls Coverage decreased (-0.002%) to 69.773%
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details

tacaswell removed the needs_review label May 27, 2016

QuLogic added this to the 2.1 (next point release) milestone May 27, 2016

jenshnielsen deleted the jenshnielsen:deprecatewheelhouse branch May 27, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment