[ecflow] 32/50: patch to accept PYTHON_MIN_VER parameter in build
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Sep 20 15:30:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository ecflow.
commit 6dc7b1386a3c841b36220ba067ad11f7ecf6b69f
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Sat Jul 15 16:10:48 2017 +0100
patch to accept PYTHON_MIN_VER parameter in build
---
debian/patches/minver.patch | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/debian/patches/minver.patch b/debian/patches/minver.patch
new file mode 100644
index 0000000..cd9cbf0
--- /dev/null
+++ b/debian/patches/minver.patch
@@ -0,0 +1,13 @@
+Index: ecflow-4.6.1/CMakeLists.txt
+===================================================================
+--- ecflow-4.6.1.orig/CMakeLists.txt
++++ ecflow-4.6.1/CMakeLists.txt
+@@ -283,7 +283,7 @@ if (ENABLE_SERVER)
+ endif()
+
+ if (ENABLE_PYTHON)
+- ecbuild_find_python( VERSION 2.6 REQUIRED )
++ ecbuild_find_python( VERSION ${PYTHON_MIN_VERSION} REQUIRED )
+ # ecbuild_debug_var(PYTHON_LIBRARIES)
+ # ecbuild_debug_var(PYTHON_INCLUDE_DIR)
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ecflow.git
More information about the debian-science-commits
mailing list