Skip to content

Commit cf7ccea

Browse files
committed
TOML Fortran is since a dependency of s-dftd3 since 0.5.0
1 parent 1d5c692 commit cf7ccea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,12 @@ if(WITH_TBLITE OR WITH_SDFTD3)
213213
external/mstore "${exclude}" "${MSTORE_GIT_REPOSITORY}" "${MSTORE_GIT_TAG}")
214214
#list(APPEND PKG_CONFIG_REQUIRES mstore)
215215

216+
set(TOML_F_GIT_REPOSITORY "https://github.com/toml-f/toml-f.git")
217+
set(TOML_F_GIT_TAG "f066ec6e7fb96d8faf83ab6614ee664a26ad8d57") # do not change manually!
218+
dftbp_config_hybrid_dependency(toml-f toml-f::toml-f "${HYBRID_CONFIG_METHODS}" "QUIET"
219+
external/toml-f "${exclude}" "${TOML_F_GIT_REPOSITORY}" "${TOML_F_GIT_TAG}")
220+
#list(APPEND PKG_CONFIG_REQUIRES toml-f)
221+
216222
set(S_DFTD3_GIT_REPOSITORY "https://github.com/awvwgk/simple-dftd3.git")
217223
set(S_DFTD3_GIT_TAG "448b92bf5f6866a81f178080d3a6b4b75eb70ba6") # do not change manually!
218224
dftbp_config_hybrid_dependency(s-dftd3 s-dftd3::s-dftd3 "${HYBRID_CONFIG_METHODS}" "QUIET"
@@ -221,12 +227,6 @@ if(WITH_TBLITE OR WITH_SDFTD3)
221227
endif()
222228

223229
if(WITH_TBLITE)
224-
set(TOML_F_GIT_REPOSITORY "https://github.com/toml-f/toml-f.git")
225-
set(TOML_F_GIT_TAG "f066ec6e7fb96d8faf83ab6614ee664a26ad8d57") # do not change manually!
226-
dftbp_config_hybrid_dependency(toml-f toml-f::toml-f "${HYBRID_CONFIG_METHODS}" "QUIET"
227-
external/toml-f "${exclude}" "${TOML_F_GIT_REPOSITORY}" "${TOML_F_GIT_TAG}")
228-
#list(APPEND PKG_CONFIG_REQUIRES toml-f)
229-
230230
set(MULTICHARGE_GIT_REPOSITORY "https://github.com/grimme-lab/multicharge.git")
231231
set(MULTICHARGE_GIT_TAG "dde0d67dadb6efba414cf634f697dc252eb902dc") # do not change manually!
232232
dftbp_config_hybrid_dependency(multicharge multicharge::multicharge "${HYBRID_CONFIG_METHODS}" "QUIET"

0 commit comments

Comments
 (0)