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

Rework travis-ci for current conda infrastructure #79

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jchodera
Copy link
Member

No description provided.

@bas-rustenburg
Copy link
Member

The ImportError: libopenblas.so.0: cannot open shared object file: No such file or directory reminds me of something @MehtapIsik ran into with pymc and assay tools. Fix back then was to add openblas to the dependencies list, since pymc doesnt seem to install it but does depend on it.

@bas-rustenburg
Copy link
Member

Wait, it does install openblas. Strange...

@jchodera
Copy link
Member Author

My guess is that it installs libgfortran from the anaconda channel but openblas from the conda-forge channel:
https://travis-ci.org/choderalab/bayesian-itc/jobs/314440600#L878

It looks like we should just require libgfortran for the osx builds only?
https://anaconda.org/search?q=libgfortran

I'll play with this a bit more later. I run into this all the time with pymc2.

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

Successfully merging this pull request may close these issues.

2 participants