You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2025. It is now read-only.
Mostly a reminder to myself to figure out how to do this, if no one else gets to it before I can.
Dependency problems (like libgfortran not having a certain symbol, in my case) are virtually impossible to debug from just LoadError: Provider BinDeps.BuildProcess failed to satisfy dependency libfoo. If the problem is coming from a dlopen error, would be best to show the full error instead of relying on manually trying dlopen (and even knowing to try that as a debugging option) to figure out what's wrong.