From 599d68cd916f533bdb66dd9e684dd5703233b6bb Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Wed, 25 Sep 2019 14:29:41 +0200 Subject: Delete all files in order to incorporate upstream's move to git. --- cython/gudhi.pyx.in | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 cython/gudhi.pyx.in (limited to 'cython/gudhi.pyx.in') 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 . -""" - -__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@ -- cgit v1.2.3