File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ find_package(Torch 1.12 REQUIRED)
120120#
121121# When updating METATENSOR_FETCH_VERSION, you will also have to update the
122122# SHA256 sum of the file in `FetchContent_Declare`.
123- set (METATENSOR_FETCH_VERSION "0.7.0 " )
123+ set (METATENSOR_FETCH_VERSION "0.7.2 " )
124124set (REQUIRED_METATENSOR_TORCH_VERSION "0.7" )
125125if (FEATOMIC_TORCH_FETCH_METATENSOR_TORCH)
126126 message (STATUS "Fetching metatensor-torch from github" )
@@ -130,7 +130,7 @@ if (FEATOMIC_TORCH_FETCH_METATENSOR_TORCH)
130130 FetchContent_Declare(
131131 metatensor_torch
132132 URL ${URL_ROOT} /metatensor-torch-v${METATENSOR_FETCH_VERSION} /metatensor-torch-cxx-${METATENSOR_FETCH_VERSION} .tar.gz
133- URL_HASH SHA256=8979cad91aef6ae97ec8f940a9943e73df5a40755d4b1357347bd86cf3201426
133+ URL_HASH SHA256=f5474438ff298c643d6265cc3141ff95b1d26498f48a9410b611efb619187cd0
134134 )
135135
136136 if (CMAKE_VERSION VERSION_GREATER 3.18)
You can’t perform that action at this time.
0 commit comments