# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools inherit optfeature multiprocessing distutils-r1 git-r3 DESCRIPTION="NumPy aware dynamic Python compiler using LLVM" HOMEPAGE="https://numba.pydata.org/ https://github.com/numba" EGIT_REPO_URI="https://github.com/numba/numba.git" EGIT_CHECKOUT_DIR="${WORKDIR}"/"${PN}"-"${PV}" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="openmp threads" RDEPEND=" ~dev-python/llvmlite-9999[${PYTHON_USEDEP}] >=dev-python/numpy-1.17.0[${PYTHON_USEDEP}] threads? ( >=dev-cpp/tbb-2019.5 ) " #