summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-swig.patch')
-rw-r--r--sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-swig.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-swig.patch b/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-swig.patch
deleted file mode 100644
index 6beacf74880c..000000000000
--- a/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-swig.patch
+++ /dev/null
@@ -1,25 +0,0 @@
- scripts/CMakeLists.txt | 6 +-----
- 1 files changed, 1 insertions(+), 5 deletions(-)
-
-diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
-index bf2527b..16feeb4 100644
---- a/scripts/CMakeLists.txt
-+++ b/scripts/CMakeLists.txt
-@@ -8,16 +8,12 @@ if (RUN_SWIG)
- # SWIG_EXECUTABLE - the path to the swig executable
- # SWIG_VERSION - the version number of the swig executable
-
-- find_package(SWIG)
-+ find_package(SWIG 2.0.0)
- if (NOT SWIG_FOUND)
- message(STATUS "SWIG NOT found")
- return()
- endif (NOT SWIG_FOUND)
- message(STATUS "SWIG version is ${SWIG_VERSION}")
-- if (NOT ${SWIG_VERSION} STREQUAL "2.0.0" AND NOT ${SWIG_VERSION} STREQUAL "2.0.1")
-- message(STATUS "SWIG version 2.0.0 exactly is required")
-- return()
-- endif (NOT ${SWIG_VERSION} STREQUAL "2.0.0" AND NOT ${SWIG_VERSION} STREQUAL "2.0.1")
- endif (RUN_SWIG)
-
- ###################