-
Notifications
You must be signed in to change notification settings - Fork 63
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
[MacPorts] LAPACK is not found when building with Clang #504
Comments
UPD. Hmm, reverting it made no change, it is still broken. Need to look into this. UPD2. I do not delete initial message, but it is not that commit, but something else, possibly in Macports itself. But at the moment still a mystery why it now fails. It worked fine for months. Currently build fails on CI like this:
|
would you please post the entire configuration command (and metadata, if any, like cmake preset file), configuration log + |
@evaleev Thank you for responding. Our config: https://github.com/macports/macports-ports/blob/master/science/madness/Portfile (it was working perfectly until very recent, still works with gcc on PowerPC, but now fails on Intel and Apple Silicon). Logs from Sonoma: |
I think this is due to libopenblas having /opt/local/lib/libgcc listed twice as an RPATH. |
This commit breaks clang builds on macOS. With gcc still works.
The text was updated successfully, but these errors were encountered: