Install all dependencies from pypi#6472
Merged
tacaswell merged 3 commits intomatplotlib:masterfrom May 27, 2016
Merged
Conversation
Member
Author
|
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. |
8a541d8 to
9e4cdea
Compare
We now have manylinux wheels which works on Travis and in any case we are caching the locally build wheels
4cb7851 to
2d9799f
Compare
Which is not always true and redundant with the noseargs line below
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.