[magics] 05/63: WIP: PythonInterp fix

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Mar 24 10:41:41 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository magics.

commit 21ac728e219db384c1d1c820612301f8b2604b73
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue May 19 20:28:28 2015 +0100

    WIP: PythonInterp fix
---
 debian/patches/python3.patch | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/patches/python3.patch b/debian/patches/python3.patch
index b20a78f..f1c7f3d 100644
--- a/debian/patches/python3.patch
+++ b/debian/patches/python3.patch
@@ -880,7 +880,8 @@ Index: magics++-2.24.4/cmake/ecbuild_find_python3.cmake
 +
 +    # find python3 executable
 +
-+    find_package( PythonInterp3 )
++    set(Python_ADDITIONAL_VERSIONS 3.4)
++    find_package( PythonInterp )
 +
 +    if( NOT PYTHON3INTERP_FOUND AND _p_REQUIRED )
 +        message( FATAL_ERROR "Failed to find any Python3 interpreter (REQUIRED)" )
@@ -1006,7 +1007,7 @@ Index: magics++-2.24.4/cmake/FindNumPy3.cmake
 ===================================================================
 --- /dev/null
 +++ magics++-2.24.4/cmake/FindNumPy3.cmake
-@@ -0,0 +1,103 @@
+@@ -0,0 +1,104 @@
 +# - Find the NumPy3 libraries
 +# This module finds if NumPy3 is installed, and sets the following variables
 +# indicating where it is.

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



More information about the debian-science-commits mailing list