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

Commit 1d7f906

Browse files
author
Matthias Koeppe
committed
pkgs/sagemath-polyhedra/MANIFEST.in.m4: Add what we can from sage.modules
1 parent 4085b62 commit 1d7f906

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pkgs/sagemath-polyhedra/MANIFEST.in.m4

+6-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ include sage/rings/rational*.*
1010
#include sage/rings/infinity.*
1111
include sage/arith/rational_reconstruction.*
1212
include sage/misc/allocator.*
13+
include sage/ext/mod_int.*
1314

14-
include sage/modules/__init__.py
15-
include sage/modules/vector_integer_dense.*
15+
graft sage/modules
16+
exclude sage/modules/vector_*double*.* # depends on numpy
17+
exclude sage/modules/vector_mod2*.* # depends on m4ri
18+
exclude sage/modules/vector_*symbol*.* # --> sagemath-symbolics
1619

1720
graft sage/matrix
1821
exclude sage/matrix/matrix_gap.*
@@ -25,7 +28,7 @@ exclude sage/matrix/matrix_gfpn*.* # depends on meataxe
2528
exclude sage/matrix/matrix_integer_*.* # depends on flint, pari, iml, linbox
2629
exclude sage/matrix/matrix_mod2*.* # depends on m4ri
2730
exclude sage/matrix/matrix_modn*.* # depends on linbox or flint
28-
exclude sage/matrix/matrix/mpolynom*.* # depends on singular
31+
exclude sage/matrix/matrix_mpolynom*.* # depends on singular
2932
exclude sage/matrix/matrix_rational_*.* # depends on flint, pari
3033
exclude sage/matrix/matrix_symbolic_*.* # --> sagemath-symbolics
3134

0 commit comments

Comments
 (0)