From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0AB49158020 for ; Mon, 12 Dec 2022 15:17:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EB8AE086D; Mon, 12 Dec 2022 15:16:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52971E086D for ; Mon, 12 Dec 2022 15:16:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 647CC33E02F for ; Mon, 12 Dec 2022 15:16:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9185B7CD for ; Mon, 12 Dec 2022 15:16:55 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1670849421.f0209edfa068157b057c0da821c9d8b75c7371d9.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/dpctl/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/dpctl/dpctl-0.13.0.ebuild dev-python/dpctl/dpctl-0.14.0.ebuild X-VCS-Directories: dev-python/dpctl/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: f0209edfa068157b057c0da821c9d8b75c7371d9 X-VCS-Branch: master Date: Mon, 12 Dec 2022 15:16:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c0ba9969-82f4-4b25-bda5-3a13f67a739c X-Archives-Hash: 0855f0f2518c00d1144ba52998684dd0 commit: f0209edfa068157b057c0da821c9d8b75c7371d9 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Dec 12 12:50:21 2022 +0000 Commit: Andrew Ammerlaan gentoo 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 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}"