summaryrefslogtreecommitdiff
path: root/cython/gudhi.pyx.in
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2018-09-09 05:51:46 +0200
committerGard Spreemann <gspreemann@gmail.com>2018-09-09 05:51:46 +0200
commit75d365e9df3b9c25f48a475a53188668b5cd2951 (patch)
tree3906301decc85aeaedf90e140550f5836a6e7fac /cython/gudhi.pyx.in
parent41482b4260b4aff3d6803e340d5c94fbefb9af67 (diff)
parentef5c01b599c6a6b23b1f3e92736ec67a6e62b55f (diff)
Merge branch 'upstream/latest' into dfsg/latest
Diffstat (limited to 'cython/gudhi.pyx.in')
-rw-r--r--cython/gudhi.pyx.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/cython/gudhi.pyx.in b/cython/gudhi.pyx.in
index b94f2251..0d4b966b 100644
--- a/cython/gudhi.pyx.in
+++ b/cython/gudhi.pyx.in
@@ -26,6 +26,7 @@ __license__ = "GPL v3"
__version__ = "@GUDHI_VERSION@"
# This variable is used by doctest to find files
__root_source_dir__ = "@CMAKE_SOURCE_DIR@"
+__debug_info__ = @GUDHI_CYTHON_DEBUG_INFO@
include '@CMAKE_CURRENT_SOURCE_DIR@/cython/off_reader.pyx'
include '@CMAKE_CURRENT_SOURCE_DIR@/cython/simplex_tree.pyx'
@@ -41,3 +42,4 @@ include '@CMAKE_CURRENT_SOURCE_DIR@/cython/strong_witness_complex.pyx'
@GUDHI_CYTHON_SUBSAMPLING@
@GUDHI_CYTHON_TANGENTIAL_COMPLEX@
@GUDHI_CYTHON_BOTTLENECK_DISTANCE@
+@GUDHI_CYTHON_NERVE_GIC@