From 09dfc4019ff4ebf88c2a0cbbe9e7ea6e8f4b5899 Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Tue, 18 Jul 2023 12:33:39 +0200 Subject: [PATCH] mathpaqs 20230121.0.0 executable list fix (#848) Removed `gnat_int` from the list of executables (it was removed in mathpaqs). This should fix the build test failures. --- index/ma/mathpaqs/mathpaqs-20230121.0.0.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/ma/mathpaqs/mathpaqs-20230121.0.0.toml b/index/ma/mathpaqs/mathpaqs-20230121.0.0.toml index 0d92f2a1..958b9540 100644 --- a/index/ma/mathpaqs/mathpaqs-20230121.0.0.toml +++ b/index/ma/mathpaqs/mathpaqs-20230121.0.0.toml @@ -3,7 +3,7 @@ name = "mathpaqs" version = "20230121.0.0" website = "https://mathpaqs.sourceforge.io/" authors = ["Gautier de Montmollin"] -executables = ["arenstorf", "arithmetic_compression", "biomorph", "champ_vt", "cr_demo", "fractal", "gnat_int", "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"] licenses = "MIT" maintainers = ["alejandro@mosteo.com"] maintainers-logins = ["mosteo", "zertovitch"]