# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 pypi DESCRIPTION="Python wrapper for OpenCL" HOMEPAGE="https://mathema.tician.de/software/pyopencl https://pypi.org/project/pyopencl/" LICENSE="GPL-2" SLOT="python2" KEYWORDS="amd64 x86" IUSE="examples opengl" RESTRICT="test" RDEPEND=" >=dev-libs/boost-1.48[python,${PYTHON_USEDEP}] >=dev-python/appdirs-1.4.0:python2[${PYTHON_USEDEP}] >=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}] >=dev-python/decorator-3.2.0:python2[${PYTHON_USEDEP}] dev-python/mako:python2[${PYTHON_USEDEP}] dev-python/numpy:python2[${PYTHON_USEDEP}] dev-python/pybind11:python2[${PYTHON_USEDEP}] >=dev-python/pytools-2017.6:python2[${PYTHON_USEDEP}] >=dev-python/six-1.9.0:python2[${PYTHON_USEDEP}] >=virtual/opencl-0-r1 !