Skip to content

Commit cc652ab

Browse files
authored
Use metetansor torch v0.7.2 (#383)
1 parent 36c0adc commit cc652ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

featomic-torch/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")
124124
set(REQUIRED_METATENSOR_TORCH_VERSION "0.7")
125125
if (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)

0 commit comments

Comments
 (0)