dev-util/fpm: 0.9.0 version bump

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2023-06-03 10:51:39 +03:00
parent b7be0d3fe3
commit 1f21debbca
3 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
diff -Naur a/fpm.toml b/fpm.toml
--- a/fpm.toml
+++ b/fpm.toml
@@ -9,15 +9,9 @@
[preprocess.cpp]
macros=["FPM_RELEASE_VERSION={version}"]
-[dependencies]
-toml-f.git = "https://github.com/toml-f/toml-f"
-toml-f.rev = "d7b892b1d074b7cfc5d75c3e0eb36ebc1f7958c1"
-M_CLI2.git = "https://github.com/urbanjost/M_CLI2.git"
-M_CLI2.rev = "7264878cdb1baff7323cc48596d829ccfe7751b8"
-fortran-regex.git = "https://github.com/perazz/fortran-regex"
-fortran-regex.tag = "1.1.2"
-jonquil.git = "https://github.com/toml-f/jonquil"
-jonquil.rev = "4c27c8c1e411fa8790dffcf8c3fa7a27b6322273"
+[build]
+external-modules = ["tomlf","m_cli2","regex_module","jonquil"]
+link = ["toml-f","M_CLI2","fortran-regex","jonquil"]
[[test]]
name = "cli-test"