metal
and umd
prefetch CPM dependencies before compiling #1
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: NixPackages/tt-flake#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Basically it's running the CMake configure to fetch the dependencies in advance for the actual build which won't have access to the net.
https://github.com/cpm-cmake/CPM.cmake?tab=readme-ov-file#cpm_download_all
https://github.com/cpm-cmake/CPM.cmake?tab=readme-ov-file#cpm_source_cache
We could not do this, but this is likely the easiest to update way because there will be no patches to update.