[segyio] 293/376: Require numpy >= 1.10

Jørgen Kvalsvik jokva-guest at moszumanska.debian.org
Wed Sep 20 08:04:47 UTC 2017


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

jokva-guest pushed a commit to branch debian
in repository segyio.

commit 63a474a91e12a0cb0eda23424b1b01b1ecefb677
Author: Jørgen Kvalsvik <jokva at statoil.com>
Date:   Wed May 3 10:16:50 2017 +0200

    Require numpy >= 1.10
    
    This has been a requirement for a while, but the makefile requirement
    wasn't updated, and it incidentally worked because 1.6 is ancient now.
    We use numpy.stack, which was introduced in 1.10
---
 python/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index 1eaba63..d5a569f 100644
--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -16,7 +16,7 @@ if (NOT DEFINED PYTHON_EXECUTABLE)
 endif()
 
 
-python_module(numpy REQUIRED 1.6)
+python_module(numpy REQUIRED 1.10)
 if (NOT DEFINED PY_numpy)
     message("numpy module not found - Python wrappers not enabled")
     unset(BUILD_PYTHON)

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



More information about the debian-science-commits mailing list