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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BEFDC158013 for ; Mon, 18 Nov 2024 06:59:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14A9DE09E6; Mon, 18 Nov 2024 06:59:08 +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 EC404E09E6 for ; Mon, 18 Nov 2024 06:59:07 +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 0D169335D2B for ; Mon, 18 Nov 2024 06:59:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F66BAED for ; Mon, 18 Nov 2024 06:59:05 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1731912910.8ce63775f6c0f8e0b7107ec049b40f11aa841485.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/caffe2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/caffe2/caffe2-2.4.0-r1.ebuild sci-libs/caffe2/caffe2-2.4.1-r4.ebuild X-VCS-Directories: sci-libs/caffe2/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 8ce63775f6c0f8e0b7107ec049b40f11aa841485 X-VCS-Branch: master Date: Mon, 18 Nov 2024 06:59:05 +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: 1cc379aa-2c87-4a82-98e8-acfc5f25a32c X-Archives-Hash: 72b16555712adad6fdb89519564d6732 commit: 8ce63775f6c0f8e0b7107ec049b40f11aa841485 Author: Andrew Udvare gmail com> AuthorDate: Mon Nov 18 00:39:23 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Nov 18 06:55:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce63775 sci-libs/caffe2: adjust cutlass dep constraint Signed-off-by: Andrew Udvare gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39352 Signed-off-by: Alfredo Tupone gentoo.org> sci-libs/caffe2/caffe2-2.4.0-r1.ebuild | 2 +- sci-libs/caffe2/caffe2-2.4.1-r4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/caffe2/caffe2-2.4.0-r1.ebuild b/sci-libs/caffe2/caffe2-2.4.0-r1.ebuild index e990c18926b2..c705aa0bac11 100644 --- a/sci-libs/caffe2/caffe2-2.4.0-r1.ebuild +++ b/sci-libs/caffe2/caffe2-2.4.0-r1.ebuild @@ -96,7 +96,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - cuda? ( >=dev-libs/cutlass-3.4.1 ) + cuda? ( <=dev-libs/cutlass-3.4.1 ) onednn? ( sci-libs/ideep ) dev-libs/psimd dev-libs/FP16 diff --git a/sci-libs/caffe2/caffe2-2.4.1-r4.ebuild b/sci-libs/caffe2/caffe2-2.4.1-r4.ebuild index eaae0a10529c..d52388df3770 100644 --- a/sci-libs/caffe2/caffe2-2.4.1-r4.ebuild +++ b/sci-libs/caffe2/caffe2-2.4.1-r4.ebuild @@ -100,7 +100,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} dev-libs/clog - cuda? ( >=dev-libs/cutlass-3.4.1 ) + cuda? ( <=dev-libs/cutlass-3.4.1 ) onednn? ( sci-libs/ideep ) dev-libs/psimd dev-libs/FP16