-
Notifications
You must be signed in to change notification settings - Fork 15
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
CI fails due to dynamic linking errors with Intel MKL during doctests. #58
Comments
This issues had graduated to the stable toolchain. See this failed CI run, for example. There is an upstream issue tracking this against |
0237224 re-enables CI against the beta Rust toolchain. |
I've renamed this issue so that it can be used to track ongoing CI failures with the context gathered thus far. I plan to close it once the upstream issue is closed and the fix propagates downstream to Theon and Plexus. |
It's unclear when a fix in |
eccebcc disables testing on the beta Rust toolchain due to dynamic linking errors when running doctests. The
lapack
feature from Theon uses Intel MKL on Linux and for some reason the library fails to load while executing doctests. See this issue.CI should test against the beta toolchain. Once this issue is resolved, include the beta toolchain in the test matrix again (revert eccebcc).
The text was updated successfully, but these errors were encountered: