diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2017-01-04 14:49:26 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2017-01-04 14:49:26 +0000 |
commit | b9e5129e30f737191e68212f8d3d1e71948221a5 (patch) | |
tree | 16b15cb14d252e59fb8cc07131926757313e3553 /dev-python/pygpu | |
parent | dev-libs/nss: amd64 stable wrt bug #593070 (diff) | |
download | gentoo-b9e5129e30f737191e68212f8d3d1e71948221a5.tar.gz gentoo-b9e5129e30f737191e68212f8d3d1e71948221a5.tar.bz2 gentoo-b9e5129e30f737191e68212f8d3d1e71948221a5.zip |
dev-python/pygpu: remove doc building, not ready yet
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/pygpu')
-rw-r--r-- | dev-python/pygpu/pygpu-0.6.0_rc1.ebuild | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/dev-python/pygpu/pygpu-0.6.0_rc1.ebuild b/dev-python/pygpu/pygpu-0.6.0_rc1.ebuild index 680b6d46f857..dfa5aad4d8cd 100644 --- a/dev-python/pygpu/pygpu-0.6.0_rc1.ebuild +++ b/dev-python/pygpu/pygpu-0.6.0_rc1.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/Theano/libgpuarray/archive/v${MYPV}.tar.gz -> ${P}.t LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="cuda doc opencl test" +IUSE="cuda opencl test" RDEPEND=" dev-python/mako[${PYTHON_USEDEP}] @@ -27,22 +27,11 @@ RDEPEND=" DEPEND="${RDEPEND} dev-python/cython[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/breathe[${PYTHON_USEDEP}] - ) test? ( dev-python/nose[${PYTHON_USEDEP}] ) " S="${WORKDIR}/libgpuarray-${MYPV}" -python_compile_all() { - if use doc; then - python_setup - esetup.py build_sphinx - fi -} - python_test() { local DEVICE=cuda use opencl && DEVICE=opencl |