From 383df773c969e334068dd01eac0479c9d8aa5ba8 Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Thu, 5 Feb 2026 23:37:12 +0100 Subject: [PATCH] mathpaqs 20260205.0.0 (#1796) * Add mathpaqs configuration file Added a new TOML configuration file for the Mathpaqs library. This version has a few graphical demos converted from the old "Graph" package to PDF_Out, using the APDF crate. * Add dependency (APDF) information to mathpaqs --- index/ma/mathpaqs/mathpaqs-20260205.0.0.toml | 58 ++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 index/ma/mathpaqs/mathpaqs-20260205.0.0.toml diff --git a/index/ma/mathpaqs/mathpaqs-20260205.0.0.toml b/index/ma/mathpaqs/mathpaqs-20260205.0.0.toml new file mode 100644 index 00000000..547f00be --- /dev/null +++ b/index/ma/mathpaqs/mathpaqs-20260205.0.0.toml @@ -0,0 +1,58 @@ +description = "A collection of mathematical, 100% portable, packages" +name = "mathpaqs" +version = "20260205.0.0" +website = "https://mathpaqs.sourceforge.io/" +long-description = """ +![Mathpaqs illustration](https://mathpaqs.sourceforge.io/mathpaqs_files/image001.jpg) + +Various mathematical packages including algebra, finite elements, random variables, probability dependency models, unlimited integers. + +Key features of the Mathpaqs library: + +* Standalone +* Pure Ada +* Unconditionally portable (*) +* Tests and demos included +* **Free**, Open-Source + +Some demos, graphical demos and test programs are included. +___ + +(*) 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"] + +project-files = ["mathpaqs_project_tree.gpr"] +licenses = "MIT" +maintainers = ["alejandro@mosteo.com"] +maintainers-logins = ["mosteo", "zertovitch"] +tags = ["algebra", + "contour", "contour-plot", + "formula-parser", + "fractal", + "kutta", + "linear-algebra", "mathematics", "matrix", + "numerics", + "pareto", + "poisson", + "polynomial", "probability", + "random", "rational", "runge", "runge-kutta", + "statistics"] + +[[depends-on]] +apdf = ">=9.0.0" + +[origin] +url = "https://sourceforge.net/projects/mathpaqs/files/mathpaqs_2026_02_05.zip" +hashes = ["sha512:abed7ef9fa92f6941bf0ca1073445d1a717661fdbf5cd54314c08b917158ed93deadcb7ad0352cfa21831b3db07add48254c7fbd948a1856f322cef9de9e1877"]