Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pycuda: pycuda-2013.1.1.ebuild ChangeLog pycuda-9999.ebuild
Date: Sat, 23 Nov 2013 09:32:57
Message-Id: 20131123093246.DAB202004B@flycatcher.gentoo.org
1 jlec 13/11/23 09:32:46
2
3 Modified: pycuda-2013.1.1.ebuild ChangeLog pycuda-9999.ebuild
4 Log:
5 dev-python/pycuda: Fix py3 support, #484262
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.2 dev-python/pycuda/pycuda-2013.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycuda/pycuda-2013.1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycuda/pycuda-2013.1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycuda/pycuda-2013.1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: pycuda-2013.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pycuda/pycuda-2013.1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pycuda-2013.1.1.ebuild 7 Jul 2013 19:15:38 -0000 1.1
23 +++ pycuda-2013.1.1.ebuild 23 Nov 2013 09:32:46 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/pycuda-2013.1.1.ebuild,v 1.1 2013/07/07 19:15:38 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/pycuda-2013.1.1.ebuild,v 1.2 2013/11/23 09:32:46 jlec Exp $
29
30 EAPI=5
31
32 -PYTHON_COMPAT=( python{2_6,2_7} )
33 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
34
35 inherit cuda distutils-r1 multilib
36
37 @@ -22,7 +22,7 @@
38 dev-python/decorator[${PYTHON_USEDEP}]
39 dev-python/mako[${PYTHON_USEDEP}]
40 dev-python/numpy[${PYTHON_USEDEP}]
41 - >=dev-python/pytools-2011.2[${PYTHON_USEDEP}]
42 + >=dev-python/pytools-2013[${PYTHON_USEDEP}]
43 dev-util/nvidia-cuda-toolkit
44 x11-drivers/nvidia-drivers
45 opengl? ( virtual/opengl )"
46
47
48
49 1.22 dev-python/pycuda/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycuda/ChangeLog?rev=1.22&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycuda/ChangeLog?rev=1.22&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycuda/ChangeLog?r1=1.21&r2=1.22
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-python/pycuda/ChangeLog,v
58 retrieving revision 1.21
59 retrieving revision 1.22
60 diff -u -r1.21 -r1.22
61 --- ChangeLog 7 Jul 2013 19:15:38 -0000 1.21
62 +++ ChangeLog 23 Nov 2013 09:32:46 -0000 1.22
63 @@ -1,6 +1,10 @@
64 # ChangeLog for dev-python/pycuda
65 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/ChangeLog,v 1.21 2013/07/07 19:15:38 jlec Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/ChangeLog,v 1.22 2013/11/23 09:32:46 jlec Exp $
68 +
69 + 23 Nov 2013; Justin Lecher <jlec@g.o> pycuda-2013.1.1.ebuild,
70 + pycuda-9999.ebuild:
71 + Fix py3 support, #484262
72
73 *pycuda-2013.1.1 (07 Jul 2013)
74
75
76
77
78 1.14 dev-python/pycuda/pycuda-9999.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycuda/pycuda-9999.ebuild?rev=1.14&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycuda/pycuda-9999.ebuild?rev=1.14&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycuda/pycuda-9999.ebuild?r1=1.13&r2=1.14
83
84 Index: pycuda-9999.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-python/pycuda/pycuda-9999.ebuild,v
87 retrieving revision 1.13
88 retrieving revision 1.14
89 diff -u -r1.13 -r1.14
90 --- pycuda-9999.ebuild 7 Jul 2013 19:15:38 -0000 1.13
91 +++ pycuda-9999.ebuild 23 Nov 2013 09:32:46 -0000 1.14
92 @@ -1,10 +1,10 @@
93 # Copyright 1999-2013 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/pycuda-9999.ebuild,v 1.13 2013/07/07 19:15:38 jlec Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/pycuda-9999.ebuild,v 1.14 2013/11/23 09:32:46 jlec Exp $
97
98 EAPI=5
99
100 -PYTHON_COMPAT=( python{2_6,2_7} )
101 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
102
103 inherit cuda distutils-r1 git-2 multilib
104
105 @@ -56,7 +56,7 @@
106
107 python_configure() {
108 local myopts=()
109 - use opengl && myopts+=(--cuda-enable-gl)
110 + use opengl && myopts+=( --cuda-enable-gl )
111
112 mkdir "${BUILD_DIR}" || die
113 cd "${BUILD_DIR}" || die
114 @@ -72,7 +72,7 @@
115 --cuda-inc-dir="${EPREFIX}/opt/cuda/include" \
116 --no-use-shipped-boost \
117 "${myopts[@]}"
118 - }
119 +}
120 src_test() {
121 # we need write access to this to run the tests
122 addwrite /dev/nvidia0