summaryrefslogtreecommitdiff
path: root/cython/gudhi.pyx.in
diff options
context:
space:
mode:
Diffstat (limited to 'cython/gudhi.pyx.in')
-rw-r--r--cython/gudhi.pyx.in45
1 files changed, 0 insertions, 45 deletions
diff --git a/cython/gudhi.pyx.in b/cython/gudhi.pyx.in
deleted file mode 100644
index 0d4b966b..00000000
--- a/cython/gudhi.pyx.in
+++ /dev/null
@@ -1,45 +0,0 @@
-"""This file is part of the Gudhi Library. The Gudhi library
- (Geometric Understanding in Higher Dimensions) is a generic C++
- library for computational topology.
-
- Author(s): Vincent Rouvreau
-
- Copyright (C) 2016 Inria
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
-"""
-
-__author__ = "Vincent Rouvreau"
-__copyright__ = "Copyright (C) 2016 Inria"
-__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'
-include '@CMAKE_CURRENT_SOURCE_DIR@/cython/rips_complex.pyx'
-include '@CMAKE_CURRENT_SOURCE_DIR@/cython/cubical_complex.pyx'
-include '@CMAKE_CURRENT_SOURCE_DIR@/cython/periodic_cubical_complex.pyx'
-include '@CMAKE_CURRENT_SOURCE_DIR@/cython/persistence_graphical_tools.py'
-include '@CMAKE_CURRENT_SOURCE_DIR@/cython/reader_utils.pyx'
-include '@CMAKE_CURRENT_SOURCE_DIR@/cython/witness_complex.pyx'
-include '@CMAKE_CURRENT_SOURCE_DIR@/cython/strong_witness_complex.pyx'
-@GUDHI_CYTHON_ALPHA_COMPLEX@
-@GUDHI_CYTHON_EUCLIDEAN_WITNESS_COMPLEX@
-@GUDHI_CYTHON_SUBSAMPLING@
-@GUDHI_CYTHON_TANGENTIAL_COMPLEX@
-@GUDHI_CYTHON_BOTTLENECK_DISTANCE@
-@GUDHI_CYTHON_NERVE_GIC@