You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The published assets for each release do not include the submodules. This means I can't wget the tarball and build this repo because the assets are incomplete.
Use Case
Download the tarball and build the repo. This is way faster than cloning and does't require git.
Also it would allow to use CMake's FetchContent feature to consume this repo as a dependency on another project.
Granted, FetchContent supports cloning the repo instead of downloading a tarball, but it is a way slower process.
Thanks for this suggestion. This is something that we might do at some point in the future, but we currently don't have any plans to publish tarballs anytime soon.
Describe the feature
The published assets for each release do not include the submodules. This means I can't
wget
the tarball and build this repo because the assets are incomplete.Use Case
Download the tarball and build the repo. This is way faster than cloning and does't require git.
Also it would allow to use CMake's
FetchContent
feature to consume this repo as a dependency on another project.Granted, FetchContent supports cloning the repo instead of downloading a tarball, but it is a way slower process.
Proposed Solution
IMO this is a feature that should be implemented by github but for whatever reason it is not there, so project maintainers have been supporting this on their own, E.g. :
AcademySoftwareFoundation/MaterialX#317
pytorch/pytorch#62708
Other Information
No response
Acknowledgements
SDK version used
all
Environment details (OS name and version, etc.)
Linux
The text was updated successfully, but these errors were encountered: