[wrap-git]
vs git submodule
#13683
-
In which scenarios would a |
Beta Was this translation helpful? Give feedback.
Answered by
dcbaker
Sep 16, 2024
Replies: 1 comment 1 reply
-
I found scipy/scipy#19255 (comment) which has effectively already answered this question. Perhaps there is more to say. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The only thing I'd add to that answer is whether you expect users to be able to find your dependencies on the system or not. If you do expect
pkg-config
to find them, then using agit-wrap
avoids people needing to initialize submodules they wont use. Otherwise I think Eli summed it up.