metal and umd prefetch CPM dependencies before compiling #1

Open
opened 2024-10-07 15:22:19 +00:00 by Artturin · 0 comments
Artturin commented 2024-10-07 15:22:19 +00:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: NixPackages/tt-flake#1
No description provided.