Skip to content

Commit

Permalink
Update install_sources in meson files
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Feb 18, 2024
1 parent 6b14ccb commit 087df3f
Show file tree
Hide file tree
Showing 108 changed files with 2,141 additions and 2,255 deletions.
12 changes: 6 additions & 6 deletions src/sage/algebras/finite_dimensional_algebras/meson.build
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
py.install_sources(
'all.py',
'finite_dimensional_algebra.py',
'finite_dimensional_algebra_element.pxd',
'finite_dimensional_algebra_ideal.py',
'finite_dimensional_algebra_morphism.py',
subdir: 'sage/algebras/finite_dimensional_algebras',
'all.py',
'finite_dimensional_algebra.py',
'finite_dimensional_algebra_element.pxd',
'finite_dimensional_algebra_ideal.py',
'finite_dimensional_algebra_morphism.py',
subdir : 'sage/algebras/finite_dimensional_algebras'
)

extension_data = {
Expand Down
18 changes: 9 additions & 9 deletions src/sage/algebras/fusion_rings/meson.build
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
py.install_sources(
'all.py',
'f_matrix.py',
'fast_parallel_fmats_methods.pxd',
'fast_parallel_fusion_ring_braid_repn.pxd',
'fusion_double.py',
'fusion_ring.py',
'poly_tup_engine.pxd',
'shm_managers.pxd',
subdir: 'sage/algebras/fusion_rings',
'all.py',
'f_matrix.py',
'fast_parallel_fmats_methods.pxd',
'fast_parallel_fusion_ring_braid_repn.pxd',
'fusion_double.py',
'fusion_ring.py',
'poly_tup_engine.pxd',
'shm_managers.pxd',
subdir : 'sage/algebras/fusion_rings'
)

extension_data = {
Expand Down
7 changes: 1 addition & 6 deletions src/sage/algebras/letterplace/meson.build
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
py.install_sources(
'all.py',
'free_algebra_element_letterplace.pxd',
'free_algebra_letterplace.pxd',
subdir: 'sage/algebras/letterplace',
)
py.install_sources('all.py', 'free_algebra_element_letterplace.pxd', 'free_algebra_letterplace.pxd', subdir : 'sage/algebras/letterplace')

extension_data_cpp = {
'free_algebra_element_letterplace': files('free_algebra_element_letterplace.pyx'),
Expand Down
46 changes: 23 additions & 23 deletions src/sage/algebras/lie_algebras/meson.build
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
py.install_sources(
'abelian.py',
'affine_lie_algebra.py',
'all.py',
'bch.py',
'classical_lie_algebra.py',
'examples.py',
'free_lie_algebra.py',
'heisenberg.py',
'lie_algebra.py',
'lie_algebra_element.pxd',
'morphism.py',
'nilpotent_lie_algebra.py',
'onsager.py',
'poincare_birkhoff_witt.py',
'quotient.py',
'rank_two_heisenberg_virasoro.py',
'representation.py',
'structure_coefficients.py',
'subalgebra.py',
'symplectic_derivation.py',
'verma_module.py',
'virasoro.py',
subdir: 'sage/algebras/lie_algebras',
'abelian.py',
'affine_lie_algebra.py',
'all.py',
'bch.py',
'classical_lie_algebra.py',
'examples.py',
'free_lie_algebra.py',
'heisenberg.py',
'lie_algebra.py',
'lie_algebra_element.pxd',
'morphism.py',
'nilpotent_lie_algebra.py',
'onsager.py',
'poincare_birkhoff_witt.py',
'quotient.py',
'rank_two_heisenberg_virasoro.py',
'representation.py',
'structure_coefficients.py',
'subalgebra.py',
'symplectic_derivation.py',
'verma_module.py',
'virasoro.py',
subdir : 'sage/algebras/lie_algebras'
)

extension_data = {
Expand Down
84 changes: 42 additions & 42 deletions src/sage/algebras/meson.build
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
py.install_sources(
'affine_nil_temperley_lieb.py',
'algebra.py',
'all.py',
'askey_wilson.py',
'associated_graded.py',
'catalog.py',
'cellular_basis.py',
'clifford_algebra.py',
'clifford_algebra_element.pxd',
'cluster_algebra.py',
'commutative_dga.py',
'down_up_algebra.py',
'exterior_algebra_groebner.pxd',
'finite_gca.py',
'free_algebra.py',
'free_algebra_element.py',
'free_algebra_quotient.py',
'free_algebra_quotient_element.py',
'free_zinbiel_algebra.py',
'group_algebra.py',
'hall_algebra.py',
'iwahori_hecke_algebra.py',
'jordan_algebra.py',
'nil_coxeter_algebra.py',
'octonion_algebra.pxd',
'orlik_solomon.py',
'orlik_terao.py',
'q_commuting_polynomials.py',
'q_system.py',
'quantum_clifford.py',
'quantum_matrix_coordinate_algebra.py',
'quaternion_algebra.py',
'quaternion_algebra_element.py',
'rational_cherednik_algebra.py',
'schur_algebra.py',
'shuffle_algebra.py',
'splitting_algebra.py',
'tensor_algebra.py',
'weyl_algebra.py',
'yangian.py',
'yokonuma_hecke_algebra.py',
subdir: 'sage/algebras',
'affine_nil_temperley_lieb.py',
'algebra.py',
'all.py',
'askey_wilson.py',
'associated_graded.py',
'catalog.py',
'cellular_basis.py',
'clifford_algebra.py',
'clifford_algebra_element.pxd',
'cluster_algebra.py',
'commutative_dga.py',
'down_up_algebra.py',
'exterior_algebra_groebner.pxd',
'finite_gca.py',
'free_algebra.py',
'free_algebra_element.py',
'free_algebra_quotient.py',
'free_algebra_quotient_element.py',
'free_zinbiel_algebra.py',
'group_algebra.py',
'hall_algebra.py',
'iwahori_hecke_algebra.py',
'jordan_algebra.py',
'nil_coxeter_algebra.py',
'octonion_algebra.pxd',
'orlik_solomon.py',
'orlik_terao.py',
'q_commuting_polynomials.py',
'q_system.py',
'quantum_clifford.py',
'quantum_matrix_coordinate_algebra.py',
'quaternion_algebra.py',
'quaternion_algebra_element.py',
'rational_cherednik_algebra.py',
'schur_algebra.py',
'shuffle_algebra.py',
'splitting_algebra.py',
'tensor_algebra.py',
'weyl_algebra.py',
'yangian.py',
'yokonuma_hecke_algebra.py',
subdir : 'sage/algebras'
)

extension_data = {
Expand Down
7 changes: 1 addition & 6 deletions src/sage/algebras/quatalg/meson.build
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
py.install_sources(
'all.py',
'quaternion_algebra.py',
'quaternion_algebra_element.pxd',
subdir: 'sage/algebras/quatalg',
)
py.install_sources('all.py', 'quaternion_algebra.py', 'quaternion_algebra_element.pxd', subdir : 'sage/algebras/quatalg')

extension_data_cpp = {
'quaternion_algebra_cython': files('quaternion_algebra_cython.pyx'),
Expand Down
22 changes: 11 additions & 11 deletions src/sage/arith/meson.build
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
py.install_sources(
'all.py',
'all__sagemath_objects.py',
'constants.pxd',
'functions.pxd',
'long.pxd',
'misc.py',
'multi_modular.pxd',
'numerical_approx.pxd',
'power.pxd',
'rational_reconstruction.pxd',
subdir: 'sage/arith',
'all.py',
'all__sagemath_objects.py',
'constants.pxd',
'functions.pxd',
'long.pxd',
'misc.py',
'multi_modular.pxd',
'numerical_approx.pxd',
'power.pxd',
'rational_reconstruction.pxd',
subdir : 'sage/arith'
)

extension_data = {
Expand Down
22 changes: 12 additions & 10 deletions src/sage/calculus/meson.build
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
py.install_sources(
'all.py',
'calculus.py',
'desolvers.py',
'functional.py',
'functions.py',
'predefined.py',
'test_sympy.py',
'tests.py',
'wester.py',
subdir: 'sage/calculus',
'all.py',
'calculus.py',
'desolvers.py',
'functional.py',
'functions.py',
'interpolation.pxd',
'ode.pxd',
'predefined.py',
'test_sympy.py',
'tests.py',
'wester.py',
subdir : 'sage/calculus'
)

extension_data = {
Expand Down
6 changes: 1 addition & 5 deletions src/sage/calculus/transforms/meson.build
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
py.install_sources(
'all.py',
'dft.py',
subdir: 'sage/calculus/transforms',
)
py.install_sources('all.py', 'dft.py', 'dwt.pxd', 'fft.pxd', subdir : 'sage/calculus/transforms')

extension_data = {
'dwt': files('dwt.pyx'),
Expand Down
66 changes: 33 additions & 33 deletions src/sage/categories/examples/meson.build
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
py.install_sources(
'algebras_with_basis.py',
'all.py',
'commutative_additive_monoids.py',
'commutative_additive_semigroups.py',
'coxeter_groups.py',
'crystals.py',
'cw_complexes.py',
'facade_sets.py',
'filtered_algebras_with_basis.py',
'filtered_modules_with_basis.py',
'finite_coxeter_groups.py',
'finite_dimensional_algebras_with_basis.py',
'finite_dimensional_lie_algebras_with_basis.py',
'finite_enumerated_sets.py',
'finite_monoids.py',
'finite_semigroups.py',
'finite_weyl_groups.py',
'graded_connected_hopf_algebras_with_basis.py',
'graded_modules_with_basis.py',
'graphs.py',
'hopf_algebras_with_basis.py',
'infinite_enumerated_sets.py',
'lie_algebras.py',
'lie_algebras_with_basis.py',
'magmas.py',
'manifolds.py',
'monoids.py',
'posets.py',
'semigroups.py',
'sets_cat.py',
'sets_with_grading.py',
'with_realizations.py',
subdir: 'sage/categories/examples',
'algebras_with_basis.py',
'all.py',
'commutative_additive_monoids.py',
'commutative_additive_semigroups.py',
'coxeter_groups.py',
'crystals.py',
'cw_complexes.py',
'facade_sets.py',
'filtered_algebras_with_basis.py',
'filtered_modules_with_basis.py',
'finite_coxeter_groups.py',
'finite_dimensional_algebras_with_basis.py',
'finite_dimensional_lie_algebras_with_basis.py',
'finite_enumerated_sets.py',
'finite_monoids.py',
'finite_semigroups.py',
'finite_weyl_groups.py',
'graded_connected_hopf_algebras_with_basis.py',
'graded_modules_with_basis.py',
'graphs.py',
'hopf_algebras_with_basis.py',
'infinite_enumerated_sets.py',
'lie_algebras.py',
'lie_algebras_with_basis.py',
'magmas.py',
'manifolds.py',
'monoids.py',
'posets.py',
'semigroups.py',
'sets_cat.py',
'sets_with_grading.py',
'with_realizations.py',
subdir : 'sage/categories/examples'
)

extension_data = {
Expand Down
Loading

0 comments on commit 087df3f

Please sign in to comment.