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.
This commit is contained in:
Gautier de Montmollin
2023-07-18 12:33:39 +02:00
committed by GitHub
parent 3ed210abb6
commit 09dfc4019f
+1 -1
View File
@@ -3,7 +3,7 @@ name = "mathpaqs"
version = "20230121.0.0" version = "20230121.0.0"
website = "https://mathpaqs.sourceforge.io/" website = "https://mathpaqs.sourceforge.io/"
authors = ["Gautier de Montmollin"] 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" licenses = "MIT"
maintainers = ["alejandro@mosteo.com"] maintainers = ["alejandro@mosteo.com"]
maintainers-logins = ["mosteo", "zertovitch"] maintainers-logins = ["mosteo", "zertovitch"]