Skip to content
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

Closed
clbarnes opened this issue Mar 15, 2016 · 4 comments
Closed

Tests fail in master due to missing libgfortran.so.1 #37

clbarnes opened this issue Mar 15, 2016 · 4 comments

Comments

@clbarnes
Copy link
Contributor

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.

@clbarnes
Copy link
Contributor Author

I'm looking at this now. Explicitly doing conda install libgfortran doesn't seem to help, I'm now seeing whether installing the noMKL version of everything will make it include libgfortran as a dependency.

@aestrivex
Copy link
Owner

which tests are failing?
On Mar 15, 2016 11:23 AM, "Chris Barnes" notifications@github.com wrote:

I'm looking at this now. Explicitly doing conda install libgfortran
doesn't seem to help, I'm now seeing whether installing the noMKL version
of everything will make it include libgfortran as a dependency.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#37 (comment)

@clbarnes
Copy link
Contributor Author

Here's my build log, it's in sync with your master branch https://travis-ci.org/clbarnes/bctpy

@clbarnes
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants