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

[TRAVIS] add brew upgrade for OSX #757

Merged
merged 1 commit into from
Jul 5, 2020

Conversation

KrisThielemans
Copy link
Member

Travis brew packages are sometimes out of date, causing problems with dependencies. Attempt therefore to call brew upgrade. I'm not sure if this should be done before installing anything else or after (currently trying the latter).

Hopefully fixes #753

Travis brew packages are sometimes out of date.
@rijobro
Copy link
Contributor

rijobro commented Jul 5, 2020

My impression from the first comment of the numpy issue you posed in #753 is that it's caused by a bug in a recent version of openblas that's not creating the correct symlink (ln -s libopenblas.dylib libopenblas.0.dylib would solve it). If that's correct, we'd have to look at rolling back the openblas version.

Anyway, hopefully this works and we won't have to think about it anymore 🤞

@KrisThielemans KrisThielemans merged commit 5061f96 into SyneRBI:master Jul 5, 2020
@KrisThielemans KrisThielemans deleted the TravisOSXbrewupgrade branch July 5, 2020 09:57
@rijobro
Copy link
Contributor

rijobro commented Jul 6, 2020

the failed OSX travis build looked like it was because of #641. I've restart builds, hopefully master will go all green.

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.

Travis OSX new failures (BLAS?)
2 participants