From 687e97054947a9a59299d2ca51f0511ff2d57c19 Mon Sep 17 00:00:00 2001 From: thfroitzheim <92028749+thfroitzheim@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:08:16 +0100 Subject: [PATCH 1/2] pin toml-f dependency in fpm and cmake --- config/cmake/Findtoml-f.cmake | 4 ++-- fpm.toml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/cmake/Findtoml-f.cmake b/config/cmake/Findtoml-f.cmake index e46b3d81..a48907b4 100644 --- a/config/cmake/Findtoml-f.cmake +++ b/config/cmake/Findtoml-f.cmake @@ -15,7 +15,7 @@ set(_lib "toml-f") set(_pkg "TOMLF") set(_url "https://github.com/toml-f/toml-f") -set(_rev "v0.4.2") +set(_rev "v0.4.3") if(NOT DEFINED "${_pkg}_FIND_METHOD") if(DEFINED "${PROJECT_NAME}-dependency-method") @@ -37,4 +37,4 @@ endif() unset(_lib) unset(_pkg) unset(_url) -unset(_rev) \ No newline at end of file +unset(_rev) diff --git a/fpm.toml b/fpm.toml index bbe48617..164e5b8e 100644 --- a/fpm.toml +++ b/fpm.toml @@ -10,6 +10,8 @@ keywords = ["computational-chemistry", "io"] [dependencies] jonquil.git = "https://github.com/toml-f/jonquil.git" jonquil.tag = "v0.3.0" +toml-f.git = "https://github.com/toml-f/toml-f.git" +toml-f.tag = "v0.4.3" [[executable]] name = "mctc-convert" From 4c3e132c815f2c2ed107b2b07d4956994bd4d95d Mon Sep 17 00:00:00 2001 From: thfroitzheim <92028749+thfroitzheim@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:26:02 +0100 Subject: [PATCH 2/2] minimum jonquil version --- config/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/config/meson.build b/config/meson.build index f54857ee..df70bdd4 100644 --- a/config/meson.build +++ b/config/meson.build @@ -54,6 +54,7 @@ endif jonquil_dep = dependency( 'jonquil', + version: '>=0.3.0', required: get_option('json'), fallback: ['jonquil','jonquil_dep'], default_options: [