Skip to content

Commit 748f735

Browse files
committed
rollback dftd4 version
1 parent aa3c039 commit 748f735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyscf/lib/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ add_dependencies(dftd3 dftd3_static)
4848
# statically compile deps mctc mstore
4949
ExternalProject_Add(dftd4_static
5050
GIT_REPOSITORY "https://github.com/dftd4/dftd4"
51-
GIT_TAG 29b52463fb6befeb81db65bdfbf5f5439a8c6a9c
51+
GIT_TAG cf1af36a0f89fdaa2faa15def912148db9f7cb07
5252
GIT_SHALLOW FALSE
5353
GIT_PROGRESS TRUE
5454
PREFIX ${PROJECT_BINARY_DIR}/deps
@@ -60,7 +60,7 @@ ExternalProject_Add(dftd4_static
6060
)
6161
ExternalProject_Add(dftd4
6262
GIT_REPOSITORY "https://github.com/dftd4/dftd4"
63-
GIT_TAG 29b52463fb6befeb81db65bdfbf5f5439a8c6a9c
63+
GIT_TAG cf1af36a0f89fdaa2faa15def912148db9f7cb07
6464
GIT_SHALLOW FALSE
6565
GIT_PROGRESS TRUE
6666
PREFIX ${PROJECT_BINARY_DIR}/deps

0 commit comments

Comments
 (0)