Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Install all dependencies from pypi #6472
Conversation
jenshnielsen
added the
needs_review
label
May 24, 2016
|
Running this with GDB creates a lot of output of the form:
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
referenced
this pull request
May 26, 2016
Merged
Skip test broken with numpy 1.11 #6482
tacaswell
merged commit 696dda7
into matplotlib:master
May 27, 2016
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
jenshnielsen commentedMay 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.