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 94AB0158083 for ; Thu, 5 Sep 2024 02:12:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E405E2BC013; Thu, 5 Sep 2024 02:12:29 +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 C79462BC013 for ; Thu, 5 Sep 2024 02:12:29 +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 E6508343057 for ; Thu, 5 Sep 2024 02:12:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F6D21F39 for ; Thu, 5 Sep 2024 02:12:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1725502289.1d77a56c1525bfadacdebfb7f36e3d44e2076bce.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/oidn/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/oidn/oidn-2.2.2.ebuild media-libs/oidn/oidn-2.3.0.ebuild X-VCS-Directories: media-libs/oidn/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1d77a56c1525bfadacdebfb7f36e3d44e2076bce X-VCS-Branch: master Date: Thu, 5 Sep 2024 02:12:26 +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: 9cc27635-68fa-4817-92d7-f233b1f05e8e X-Archives-Hash: 9d00f5a2d363807386f521dc2e0f997f commit: 1d77a56c1525bfadacdebfb7f36e3d44e2076bce Author: Paul Zander gmail com> AuthorDate: Wed Sep 4 11:03:36 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 5 02:11:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d77a56c media-libs/oidn: add clang/llvm dependency https://bugs.gentoo.org/936899 Signed-off-by: Paul Zander gmail.com> Signed-off-by: Sam James gentoo.org> media-libs/oidn/oidn-2.2.2.ebuild | 9 +++++++-- media-libs/oidn/oidn-2.3.0.ebuild | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/media-libs/oidn/oidn-2.2.2.ebuild b/media-libs/oidn/oidn-2.2.2.ebuild index 1d059c48a8b6..193b91c619d1 100644 --- a/media-libs/oidn/oidn-2.2.2.ebuild +++ b/media-libs/oidn/oidn-2.2.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -LLVM_COMPAT=( {15..17} ) +LLVM_COMPAT=( {15..18} ) ROCM_VERSION=5.7 inherit cuda cmake python-single-r1 llvm-r1 rocm @@ -38,7 +38,12 @@ RDEPEND=" hip? ( dev-util/hip ) openimageio? ( media-libs/openimageio:= ) " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + $(llvm_gen_dep ' + sys-devel/clang:${LLVM_SLOT}= + sys-devel/llvm:${LLVM_SLOT}= + ') +" PATCHES=( "${FILESDIR}/${PN}-2.2.2-amdgpu-targets.patch" diff --git a/media-libs/oidn/oidn-2.3.0.ebuild b/media-libs/oidn/oidn-2.3.0.ebuild index 0dd6f000d711..3ff4eb5cf3fc 100644 --- a/media-libs/oidn/oidn-2.3.0.ebuild +++ b/media-libs/oidn/oidn-2.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) -LLVM_COMPAT=( {15..17} ) +LLVM_COMPAT=( {15..18} ) ROCM_VERSION=5.7 inherit cmake cuda llvm-r1 python-any-r1 rocm @@ -36,7 +36,12 @@ RDEPEND=" hip? ( dev-util/hip ) openimageio? ( media-libs/openimageio:= ) " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + $(llvm_gen_dep ' + sys-devel/clang:${LLVM_SLOT}= + sys-devel/llvm:${LLVM_SLOT}= + ') +" BDEPEND="${PYTHON_DEPS}" PATCHES=(