[ismrmrd] 210/281: removing NumPy version check in bindings CMakeLists

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:01:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag ismrmrd0.5
in repository ismrmrd.

commit 824dca682b12d5ea95fbe21147700283f2879d7e
Author: Joseph Naegele <joseph.naegele at gmail.com>
Date:   Tue Mar 4 10:53:09 2014 -0500

    removing NumPy version check in bindings CMakeLists
---
 bindings/CMakeLists.txt | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/bindings/CMakeLists.txt b/bindings/CMakeLists.txt
index e3ef242..3b31948 100644
--- a/bindings/CMakeLists.txt
+++ b/bindings/CMakeLists.txt
@@ -8,11 +8,7 @@ if(SWIG_FOUND)
     if(PYTHONLIBS_FOUND)
         find_package(NumPy)
         if(NUMPY_FOUND)
-            if (NUMPY_VERSION VERSION_LESS "1.7")
-                message("NumPy version < 1.7. Not building Python bindings")
-            else (${NUMPY_VERSION} VERSION_LESS "1.7")
-                add_subdirectory(python)
-            endif (NUMPY_VERSION VERSION_LESS "1.7")
+            add_subdirectory(python)
         else(NUMPY_FOUND)
             message("NumPy not found. Not building Python bindings")
         endif(NUMPY_FOUND)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ismrmrd.git



More information about the debian-science-commits mailing list