Skip to content

Commit

Permalink
fix a few more failing tests by installing necessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Dec 8, 2023
1 parent 56f3394 commit c9f9948
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/sage/categories/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
py.install_sources(
'__init__.py',
'action.pxd',
'additive_groups.py',
'additive_magmas.py',
'additive_monoids.py',
Expand All @@ -20,6 +21,8 @@ py.install_sources(
'bimodules.py',
'cartesian_product.py',
'category.py',
'category_cy_helper.pxd',
'category_singleton.pxd',
'category_types.py',
'category_with_axiom.py',
'chain_complexes.py',
Expand Down Expand Up @@ -83,6 +86,7 @@ py.install_sources(
'finitely_generated_magmas.py',
'finitely_generated_semigroups.py',
'function_fields.py',
'functor.pxd',
'g_sets.py',
'gcd_domains.py',
'generalized_coxeter_groups.py',
Expand Down Expand Up @@ -130,13 +134,15 @@ py.install_sources(
'magmas_and_additive_magmas.py',
'magmatic_algebras.py',
'manifolds.py',
'map.pxd',
'matrix_algebras.py',
'metric_spaces.py',
'modular_abelian_varieties.py',
'modules.py',
'modules_with_basis.py',
'monoid_algebras.py',
'monoids.py',
'morphism.pxd',
'number_fields.py',
'objects.py',
'partially_ordered_monoids.py',
Expand Down
9 changes: 9 additions & 0 deletions src/sage/data_structures/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
py.install_sources(
'__init__.py',
'all.py',
'binary_matrix.pxd',
'binary_search.pxd',
'bitset.pxd',
'bitset_base.pxd',
'bitset_intrinsics.h',
'blas_dict.pxd',
'bounded_integer_sequences.pxd',
'list_of_pairs.pxd',
'mutable_poset.py',
'sparse_bitset.pxd',
'stream.py',
subdir: 'sage/data_structures',
)
Expand Down
2 changes: 2 additions & 0 deletions src/sage/rings/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ py.install_sources(
'imaginary_unit.py',
'infinity.py',
'integer.pxd',
'integer.pyx',
'integer_fake.h',
'integer_fake.pxd',
'integer_ring.pxd',
Expand All @@ -62,6 +63,7 @@ py.install_sources(
'quotient_ring.py',
'quotient_ring_element.py',
'rational.pxd',
'rational.pyx',
'rational_field.py',
'real_arb.pxd',
'real_double.pxd',
Expand Down
2 changes: 2 additions & 0 deletions src/sage/schemes/elliptic_curves/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ py.install_sources(
'hom_composite.py',
'hom_frobenius.py',
'hom_scalar.py',
'hom_sum.py',
'hom_velusqrt.py',
'isogeny_class.py',
'isogeny_small_degree.py',
Expand All @@ -38,6 +39,7 @@ py.install_sources(
'kraus.py',
'lseries_ell.py',
'mod5family.py',
'mod_poly.py',
'modular_parametrization.py',
'padic_lseries.py',
'padics.py',
Expand Down

0 comments on commit c9f9948

Please sign in to comment.