-
Notifications
You must be signed in to change notification settings - Fork 18
Update openblas-src to 0.10 #6
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
Conversation
Thank you. Would you be able to update |
Hi. Just a question (don't want to stop anything). Is there a reason openblas-src is getting bumps in the 0.x version? This causes incompatible version number upgrades in blas-src and those that depend on blas-src (causing incompatible version bumps further downstream). Is this a necessary bump - or could openblas-src for example avoid using the version number 0.11 for a long time? Will you release blas-src with a bumped version soon (question)? If so I want to coordinate and wait with ndarray 0.15 just a day or two so that we're up to date with you. Thanks 🙂 |
@termoshtt, what is your opinion on the versioning of |
In my understanding, we keep the minor version (0.10) |
Thanks for the info. I guess I was also ignorant of what goes into the openblas-src releases 🙂 Nice job. Maybe it would be possible for blas-src to match with several openblas-src versions? I don't know if that can be practical. |
Sure, will do. |
BTW, current version of blas-src is compatible with openblas-src 0.9 and 0.10. So technically speaking it should be possible to specify |
@maoe I think the reason is that cargo will always pick the newest version. One could imagine cargo trying to pick the "best" version in that range to get all crates in a project to build, but it doesn't do that, if I understand correctly. |
Ah I see. Haskell's cabal tries to solve the version constraints then pick the latest versions (this is what you called the "best", I think) amongst the possible solutions. |
Thank you! |
No description provided.