-
Notifications
You must be signed in to change notification settings - Fork 138
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
Tests fail in master due to missing libgfortran.so.1 #37
Comments
I'm looking at this now. Explicitly doing |
which tests are failing?
|
Here's my build log, it's in sync with your master branch https://travis-ci.org/clbarnes/bctpy |
Got the libgfortran issue out of the way, PR incoming when the tests finish. I just bumped the versions of conda/numpy/scipy being installed. |
Libgfortran should be installed automatically by conda as a requirement of scipy 0.16, but it doesn't seem to be. This issue mila-iqia/blocks#836 suggests that the default version of scipy is currently the MKL version, which doesn't have libgfortran as a dependency.
The text was updated successfully, but these errors were encountered: