File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ global-exclude *.cpp
21
21
include sage/cpython/debugimpl.c
22
22
include sage/graphs/base/boost_interface.cpp
23
23
include sage/graphs/cliquer/cl.c
24
- include sage/graphs/graph_decompositions/sage_tdlib.cpp
25
24
include sage/libs/eclib/wrap.cpp
26
25
include sage/libs/linkages/padics/relaxed/flint_helper.c
27
26
include sage/misc/inherit_comparison_impl.c
@@ -45,7 +44,13 @@ include sage/geometry/triangulation/data.cc
45
44
include sage/geometry/triangulation/functions.cc
46
45
47
46
# Exclude extension modules shipped by optional packages
48
- exclude sage/graphs/bliss.pyx
47
+ exclude sage/graphs/bliss.p*
48
+ prune sage/graphs/bliss_cpp
49
+ prune sage/libs/coxeter3
50
+ exclude sage/graphs/mcqd.p*
51
+ exclude sage/libs/meataxe.p*
52
+ exclude sage/matrix/matrix_gfpn_dense.p*
53
+ exclude sage/graphs/graph_decompositions/sage_tdlib.cpp
49
54
50
55
# Exclude all__*.py files belonging to distributions related to optional packages
51
56
global-exclude all__sagemath_bliss.py
You can’t perform that action at this time.
0 commit comments