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:
committed by
GitHub
parent
3ed210abb6
commit
09dfc4019f
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user