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 65ED3159C96 for ; Tue, 23 Jul 2024 05:44:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A720E29C4; Tue, 23 Jul 2024 05:44:22 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E38DE29C4 for ; Tue, 23 Jul 2024 05:44:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86BDA340C76 for ; Tue, 23 Jul 2024 05:44:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7B141117 for ; Tue, 23 Jul 2024 05:44:19 +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: <1721713447.cbe83897c865a5c756747a977a9d27d44f5663cb.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: cbe83897c865a5c756747a977a9d27d44f5663cb X-VCS-Branch: master Date: Tue, 23 Jul 2024 05:44:19 +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: 005d9f74-04ef-454a-91b2-fc87ab9a7d68 X-Archives-Hash: 1c247ad76861aefb5a522bebb5c4a689 commit: cbe83897c865a5c756747a977a9d27d44f5663cb Author: Alfredo Tupone gentoo org> AuthorDate: Tue Jul 23 05:39:00 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Jul 23 05:44:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbe83897 Revert "profiles/base: enable rocm on caffe2" This reverts commit 02c9f5d0ade25b3117d965a070f172e52f76e7a5. Signed-off-by: Alfredo Tupone gentoo.org> profiles/base/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 3205f67f4d48..14a1400b0a9b 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -28,6 +28,10 @@ dev-lang/python jit # bug #887223, bug #891367, bug #903891, bug #917139 dev-lang/ruby static-libs +# Alfredo Tupone (2024-05-28) +# Not working, bug #931046 +>=sci-libs/caffe2-2.3.0 rocm + # Sam James (2024-05-09) # Experimental option upstream which seems undertested and underdocumented. # Fails to build with stricter C compilers too (bug #919685).