From 3e06f239fbd93a63fa9a85434efbc3fc714d126c Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Tue, 21 May 2024 21:48:34 +0200 Subject: [PATCH 1/3] Update metadata in mathpaqs-20230121.0.0.toml Only metadata change (long description + tags). --- index/ma/mathpaqs/mathpaqs-20230121.0.0.toml | 29 ++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/index/ma/mathpaqs/mathpaqs-20230121.0.0.toml b/index/ma/mathpaqs/mathpaqs-20230121.0.0.toml index 3b91fabe..93e84ac1 100644 --- a/index/ma/mathpaqs/mathpaqs-20230121.0.0.toml +++ b/index/ma/mathpaqs/mathpaqs-20230121.0.0.toml @@ -14,17 +14,42 @@ Key features of Mathpaqs: * Unconditionally portable (*) * Tests and demos included * **Free**, Open-Source + ___ (*) within limits of compiler's provided integer types and target architecture capacity. """ authors = ["Gautier de Montmollin"] -executables = ["arenstorf", "arithmetic_compression", "biomorph", "champ_vt", "cr_demo", "fractal", "ppm2func", "show_floats_limits", "test_beta", "test_cholesky", "test_copulas", "test_ert", "test_estimators", "test_formulas", "test_gamma", "test_generic_real_linear_equations", "test_normal", "test_pareto", "test_poisson", "test_qr", "test_random_performance", "test_rsa", "test_samples", "test_sparse", "test_u_rand", "test_discrete_random_simulation"] +executables = + ["arenstorf", "arithmetic_compression", + "biomorph", "champ_vt", "cr_demo", + "fractal", "ppm2func", "show_floats_limits", + "test_beta", "test_cholesky", "test_copulas", "test_ert", + "test_estimators", "test_formulas", "test_gamma", + "test_generic_real_linear_equations", "test_normal", + "test_pareto", "test_poisson", "test_qr", + "test_random_performance", "test_rsa", + "test_samples", "test_sparse", "test_u_rand", + "test_discrete_random_simulation"] project-files = ["mathpaqs.gpr", "mathpaqs_test.gpr"] licenses = "MIT" maintainers = ["alejandro@mosteo.com"] maintainers-logins = ["mosteo", "zertovitch"] -tags = ["mathematics", "numerics", "algebra", "matrix", "probability", "statistics", "runge", "kutta", "runge-kutta"] +tags = + ["algebra", + "contour", "contour-plot", + "differential-equation", + "formula-parser", + "fractal", + "kutta", + "linear-algebra", "mathematics", "matrix", + "numerics", + "pareto", + "partial-differential-equation", + "poisson", + "polynomial", "probability", + "random", "rational", "runge", "runge-kutta", + "statistics"] [origin] url = "https://sourceforge.net/projects/mathpaqs/files/mathpaqs_2023_01_21.zip" From 84565b0197b0e3e9327fac4e1f52089644e1a2bb Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Tue, 21 May 2024 21:52:17 +0200 Subject: [PATCH 2/3] Update mathpaqs-20230121.0.0.toml --- index/ma/mathpaqs/mathpaqs-20230121.0.0.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/index/ma/mathpaqs/mathpaqs-20230121.0.0.toml b/index/ma/mathpaqs/mathpaqs-20230121.0.0.toml index 93e84ac1..ec3ef2a0 100644 --- a/index/ma/mathpaqs/mathpaqs-20230121.0.0.toml +++ b/index/ma/mathpaqs/mathpaqs-20230121.0.0.toml @@ -20,8 +20,7 @@ ___ (*) within limits of compiler's provided integer types and target architecture capacity. """ authors = ["Gautier de Montmollin"] -executables = - ["arenstorf", "arithmetic_compression", +executables = ["arenstorf", "arithmetic_compression", "biomorph", "champ_vt", "cr_demo", "fractal", "ppm2func", "show_floats_limits", "test_beta", "test_cholesky", "test_copulas", "test_ert", @@ -35,8 +34,7 @@ project-files = ["mathpaqs.gpr", "mathpaqs_test.gpr"] licenses = "MIT" maintainers = ["alejandro@mosteo.com"] maintainers-logins = ["mosteo", "zertovitch"] -tags = - ["algebra", +tags = ["algebra", "contour", "contour-plot", "differential-equation", "formula-parser", From cf2c24e439dbf8f73568fd39f8bb1939c0f209cf Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Tue, 21 May 2024 21:56:41 +0200 Subject: [PATCH 3/3] Update mathpaqs-20230121.0.0.toml limited tags to 15 chars --- index/ma/mathpaqs/mathpaqs-20230121.0.0.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/index/ma/mathpaqs/mathpaqs-20230121.0.0.toml b/index/ma/mathpaqs/mathpaqs-20230121.0.0.toml index ec3ef2a0..0e27034e 100644 --- a/index/ma/mathpaqs/mathpaqs-20230121.0.0.toml +++ b/index/ma/mathpaqs/mathpaqs-20230121.0.0.toml @@ -36,14 +36,12 @@ maintainers = ["alejandro@mosteo.com"] maintainers-logins = ["mosteo", "zertovitch"] tags = ["algebra", "contour", "contour-plot", - "differential-equation", "formula-parser", "fractal", "kutta", "linear-algebra", "mathematics", "matrix", "numerics", "pareto", - "partial-differential-equation", "poisson", "polynomial", "probability", "random", "rational", "runge", "runge-kutta",