Skip to content

Commit

Permalink
Fix runtime problem with lie algebras
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Dec 30, 2023
1 parent ff68103 commit 8793852
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/algebras/finite_dimensional_algebras/meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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',
Expand Down
4 changes: 4 additions & 0 deletions src/sage/algebras/fusion_rings/meson.build
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
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',
)

Expand Down
2 changes: 2 additions & 0 deletions src/sage/algebras/letterplace/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
py.install_sources(
'all.py',
'free_algebra_element_letterplace.pxd',
'free_algebra_letterplace.pxd',
subdir: 'sage/algebras/letterplace',
)

Expand Down
2 changes: 2 additions & 0 deletions src/sage/algebras/lie_algebras/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ py.install_sources(
'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',
Expand Down
3 changes: 3 additions & 0 deletions src/sage/algebras/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ py.install_sources(
'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',
Expand All @@ -21,6 +23,7 @@ py.install_sources(
'iwahori_hecke_algebra.py',
'jordan_algebra.py',
'nil_coxeter_algebra.py',
'octonion_algebra.pxd',
'orlik_solomon.py',
'orlik_terao.py',
'q_commuting_polynomials.py',
Expand Down
1 change: 1 addition & 0 deletions src/sage/algebras/quatalg/meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
py.install_sources(
'all.py',
'quaternion_algebra.py',
'quaternion_algebra_element.pxd',
subdir: 'sage/algebras/quatalg',
)

Expand Down

0 comments on commit 8793852

Please sign in to comment.