From 2e7940f7a51458940df7a23d526c44a0a8529901 Mon Sep 17 00:00:00 2001 From: "John S. Urban" Date: Mon, 29 Apr 2024 20:15:16 -0400 Subject: [PATCH] refresh --- fpm.toml | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/fpm.toml b/fpm.toml index 939fc65..23f87ce 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,7 +1,7 @@ # TOML file for fpm as described at https://fpm.fortran-lang.org/en/spec/manifest.html name = "M_hashkeys" version = "0.1.0" -license = "PD" +license = "CC0-1.0" author = "John S. Urban" maintainer = "urbanjost@comcast.net" copyright = "Copyright 2021 John S. Urban" @@ -11,22 +11,26 @@ keywords = ["fortran", "hash" ] homepage = "https://github.com/urbanjost/M_hashkeys.git" [build] -auto-executables = true -auto-tests = true -auto-examples = true -module-naming = true + auto-executables = true + auto-tests = true + auto-examples = true + module-naming = true [install] -library = false + library = false [[test]] -name="test_suite" -source-dir="test" -main="test_suite_M_hashkeys.f90" -[test.dependencies] -M_framework = {namespace = "GPF"} + name="test_suite" + source-dir="test" + main="test_suite_M_hashkeys.f90" + [test.dependencies] + M_framework = { git = "https://github.com/urbanjost/M_framework.git" } + #M_framework = {namespace = "GPF"} [dependencies] -M_io = { namespace = "GPF" } -M_strings = { namespace = "GPF" } -M_system = { namespace = "GPF" } + M_io = { git = "https://github.com/urbanjost/M_io.git" } + M_strings = { git = "https://github.com/urbanjost/M_strings.git" } + M_system = { git = "https://github.com/urbanjost/M_system.git" } + #M_io = { namespace = "GPF" } + #M_strings = { namespace = "GPF" } + #M_system = { namespace = "GPF" }