commit: f0209edfa068157b057c0da821c9d8b75c7371d9
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 12:50:21 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 12:50:21 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f0209edf
dev-python/dpctl: add subslot deps for DPC++
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/dpctl/dpctl-0.13.0.ebuild | 1 +
dev-python/dpctl/dpctl-0.14.0.ebuild | 2 ++
2 files changed, 3 insertions(+)
diff --git a/dev-python/dpctl/dpctl-0.13.0.ebuild
b/dev-python/dpctl/dpctl-0.13.0.ebuild
index 5e7567775..28d4e2544 100644
--- a/dev-python/dpctl/dpctl-0.13.0.ebuild
+++ b/dev-python/dpctl/dpctl-0.13.0.ebuild
@@ -31,6 +31,7 @@ DEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
sci-libs/oneDAL
+ sys-devel/DPC++:0/5
"
RDEPEND="${DEPEND}"
diff --git a/dev-python/dpctl/dpctl-0.14.0.ebuild
b/dev-python/dpctl/dpctl-0.14.0.ebuild
index ffb22d0cf..d1fcc663d 100644
--- a/dev-python/dpctl/dpctl-0.14.0.ebuild
+++ b/dev-python/dpctl/dpctl-0.14.0.ebuild
@@ -19,6 +19,7 @@ BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
dev-python/scikit-build[${PYTHON_USEDEP}]
dev-python/pybind11[${PYTHON_USEDEP}]
+ dev-python/versioneer[${PYTHON_USEDEP}]
dev-util/cmake
dev-vcs/git
sys-devel/DPC++
@@ -30,6 +31,7 @@ DEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
sci-libs/oneDAL
+ sys-devel/DPC++:0/6
"
RDEPEND="${DEPEND}"