Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
pkgs/sagemath-polyhedra/MANIFEST.in.m4: Add what we can from sage.mod…
Browse files Browse the repository at this point in the history
…ules
  • Loading branch information
Matthias Koeppe committed Sep 19, 2021
1 parent 3dfac9f commit 23a49b9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pkgs/sagemath-polyhedra/MANIFEST.in.m4
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ include sage/rings/rational*.*
#include sage/rings/infinity.*
include sage/arith/rational_reconstruction.*
include sage/misc/allocator.*
include sage/ext/mod_int.*

include sage/modules/__init__.py
include sage/modules/vector_integer_dense.*
graft sage/modules
exclude sage/modules/vector_*double*.* # depends on numpy
exclude sage/modules/vector_mod2*.* # depends on m4ri
exclude sage/modules/vector_*symbol*.* # --> sagemath-symbolics

graft sage/matrix
exclude sage/matrix/matrix_gap.*
Expand All @@ -25,7 +28,7 @@ exclude sage/matrix/matrix_gfpn*.* # depends on meataxe
exclude sage/matrix/matrix_integer_*.* # depends on flint, pari, iml, linbox
exclude sage/matrix/matrix_mod2*.* # depends on m4ri
exclude sage/matrix/matrix_modn*.* # depends on linbox or flint
exclude sage/matrix/matrix/mpolynom*.* # depends on singular
exclude sage/matrix/matrix_mpolynom*.* # depends on singular
exclude sage/matrix/matrix_rational_*.* # depends on flint, pari
exclude sage/matrix/matrix_symbolic_*.* # --> sagemath-symbolics

Expand Down

0 comments on commit 23a49b9

Please sign in to comment.