-
Notifications
You must be signed in to change notification settings - Fork 311
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
ndarray >=0.15.2 compilation issue #1051
Comments
See rust-ndarray/ndarray#1051. I think these changes will fix the errors, but I haven't tested them.
I think this is caused by the addition of the |
Thank you for not only identifying the issue but also providing a PR. It's greatly appreciated! 👍 |
I use ndarray in a project of mine that I unfortunately don't have much time to keep up to date.
I've revisited it today and my CI builds now fail.
After investigation it seems that the issue is caused by an update to ndarray 0.15.2 (0.15.1 worked fine).
See for example the latest CI failure here: https://github.com/nbigaouette/onnxruntime-rs/pull/90/checks?check_run_id=3216000008
In this commit I force ndarray's max version to 0.15.1 and the build succeeds.
So it seems there was a breaking change in ndarray 0.15.2 :(
I'm not sure that was expected? And not sure what exactly the issue is since it's a project I rarely touch...
Edit: The compilation error is as follow:
The text was updated successfully, but these errors were encountered: