-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
OrdinaryDiffEq not dev'able #2378
Comments
Similar error on 1.10. |
the problem is that the master branch depends on all the libraries we have split out, but none of which are registered yet. @ChrisRackauckas I do think we want to think pretty carefully about what our plan for dependency management of the sub-packages is. I think we likely want to lock them all together since they heavily depend on each-others internals, but I'm not sure the optimal way to ensure that works as intended. |
This is already documented: https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/CONTRIBUTING.md#developing-locally.
Indeed it's a bit tricky since we are effectively hitting missing functionality in Julia here. |
Should we use the sources section of the Project.toml, which will make it so people on 1.11 at least don't have the problem. |
That's a good idea, I didn't know you could do that. |
The text was updated successfully, but these errors were encountered: