[python-escript] 02/02: Use python3.5

Anton Gladky gladk at moszumanska.debian.org
Mon May 16 19:16:59 UTC 2016


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

gladk pushed a commit to branch debian
in repository python-escript.

commit d97080c2bdd1793f6b92651b8e4fd9a52d4d4e1d
Author: Anton Gladky <gladk at debian.org>
Date:   Mon May 16 21:07:44 2016 +0200

    Use python3.5
---
 debian/patches/10_use_python35.patch | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/debian/patches/10_use_python35.patch b/debian/patches/10_use_python35.patch
new file mode 100644
index 0000000..acd4106
--- /dev/null
+++ b/debian/patches/10_use_python35.patch
@@ -0,0 +1,35 @@
+Description: Use Python 3.5
+Author: Anton Gladky <gladk at debian.org>
+Last-Update: 2016-05-16
+
+Index: python-escript/scons/templates/jessie_py3_options.py
+===================================================================
+--- python-escript.orig/scons/templates/jessie_py3_options.py
++++ python-escript/scons/templates/jessie_py3_options.py
+@@ -17,9 +17,9 @@
+ from .jessie_options import *
+ 
+ # boost-python library/libraries to link against
+-boost_libs = ['boost_python-py34']
++boost_libs = ['boost_python-py35']
+ usepython3=True
+ pythoncmd='python3'
+-pythonlibname='python3.4m'
+-pythonincpath='/usr/include/python3.4'
++pythonlibname='python3.5m'
++pythonincpath='/usr/include/python3.5'
+ 
+Index: python-escript/scons/templates/jessie_py3_mpi_options.py
+===================================================================
+--- python-escript.orig/scons/templates/jessie_py3_mpi_options.py
++++ python-escript/scons/templates/jessie_py3_mpi_options.py
+@@ -20,7 +20,7 @@ from .jessie_options import *
+ boost_libs = ['boost_python-py34']
+ usepython3=True
+ pythoncmd='python3'
+-pythonlibname='python3.4m'
+-pythonincpath='/usr/include/python3.4'
++pythonlibname='python3.5m'
++pythonincpath='/usr/include/python3.5'
+ 
+ mpi='OPENMPI'

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



More information about the debian-science-commits mailing list