-
Notifications
You must be signed in to change notification settings - Fork 372
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
Update NumPy installation on Mac OS X Travis build #1839
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lekshmideepu Thanks! It looks mostly good, but see my comments. I am afraid the tests will presently no make it to the OSX stage because of the strict test on the number of warnings.
Co-authored-by: Jochen Martin Eppler <[email protected]>
Co-authored-by: Jochen Martin Eppler <[email protected]>
@lekshmideepu I manually started the macOS test (it does not run automatically because the full-build test fails because of warnings-count), see https://travis-ci.org/github/nest/nest-simulator/jobs/743499027. All builds, but the nosetest install fails. I will make a suggestion as inline comment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lekshmideepu I added some suggestions for user-local install of nosetests to avoid permissions problems when pip tries to install man pages.
Co-authored-by: Hans Ekkehard Plesser <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lekshmideepu Progress ... see some suggestions below, hopefully taking us yet further towards success ;).
See also #1852, which will solve the problems with the currently failing "full" build. |
Co-authored-by: Hans Ekkehard Plesser <[email protected]>
@lekshmideepu: Please pull master. The problems with the warnings should be gone now that #1852 is merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine once Travis is. I'll commit my minor suggestion right before merging.
All green again 👍 !!! |
Co-authored-by: Jochen Martin Eppler <[email protected]>
Finally :-) Thanks for the reviews @heplesser and @jougs 👍 |
Fixing the issues with cython,numpy and matplotlib on OsX under Travis after the upgrade of Python to 3.9.0
Fix #1822