Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpu/
Date: Wed, 04 Jan 2017 14:50:24
Message-Id: 1483541366.b9e5129e30f737191e68212f8d3d1e71948221a5.bicatali@gentoo
1 commit: b9e5129e30f737191e68212f8d3d1e71948221a5
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 4 14:49:26 2017 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 4 14:49:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e5129e
7
8 dev-python/pygpu: remove doc building, not ready yet
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/pygpu/pygpu-0.6.0_rc1.ebuild | 13 +------------
13 1 file changed, 1 insertion(+), 12 deletions(-)
14
15 diff --git a/dev-python/pygpu/pygpu-0.6.0_rc1.ebuild b/dev-python/pygpu/pygpu-0.6.0_rc1.ebuild
16 index 680b6d4..dfa5aad 100644
17 --- a/dev-python/pygpu/pygpu-0.6.0_rc1.ebuild
18 +++ b/dev-python/pygpu/pygpu-0.6.0_rc1.ebuild
19 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/Theano/libgpuarray/archive/v${MYPV}.tar.gz -> ${P}.t
20 LICENSE="BSD"
21 SLOT="0"
22 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
23 -IUSE="cuda doc opencl test"
24 +IUSE="cuda opencl test"
25
26 RDEPEND="
27 dev-python/mako[${PYTHON_USEDEP}]
28 @@ -27,22 +27,11 @@ RDEPEND="
29 DEPEND="${RDEPEND}
30 dev-python/cython[${PYTHON_USEDEP}]
31 dev-python/setuptools[${PYTHON_USEDEP}]
32 - doc? (
33 - dev-python/sphinx[${PYTHON_USEDEP}]
34 - dev-python/breathe[${PYTHON_USEDEP}]
35 - )
36 test? ( dev-python/nose[${PYTHON_USEDEP}] )
37 "
38
39 S="${WORKDIR}/libgpuarray-${MYPV}"
40
41 -python_compile_all() {
42 - if use doc; then
43 - python_setup
44 - esetup.py build_sphinx
45 - fi
46 -}
47 -
48 python_test() {
49 local DEVICE=cuda
50 use opencl && DEVICE=opencl