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 1ED8C158083 for ; Mon, 9 Sep 2024 18:20:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05DFFE2A0F; Mon, 9 Sep 2024 18:20:44 +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 E1B05E2A0F for ; Mon, 9 Sep 2024 18:20:43 +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 893C2343011 for ; Mon, 9 Sep 2024 18:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F39D91F4B for ; Mon, 9 Sep 2024 18:20:39 +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: <1725905717.ae00b35d6bf3c102470f0d79ff470093b3e81421.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocPRIM/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/rocPRIM/rocPRIM-6.1.1.ebuild X-VCS-Directories: sci-libs/rocPRIM/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ae00b35d6bf3c102470f0d79ff470093b3e81421 X-VCS-Branch: master Date: Mon, 9 Sep 2024 18:20:39 +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: a91ff277-46f3-474c-b99c-543acbf3c5fb X-Archives-Hash: 83aae4d2e8d445ab635e53740923af81 commit: ae00b35d6bf3c102470f0d79ff470093b3e81421 Author: Sv. Lockal gmail com> AuthorDate: Sat Jul 20 17:34:40 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 9 18:15:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae00b35d sci-libs/rocPRIM: strip unsupported flags for potentially switched compiler Bug: https://bugs.gentoo.org/936099 Signed-off-by: Sv. Lockal gmail.com> Signed-off-by: Sam James gentoo.org> sci-libs/rocPRIM/rocPRIM-6.1.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-libs/rocPRIM/rocPRIM-6.1.1.ebuild b/sci-libs/rocPRIM/rocPRIM-6.1.1.ebuild index cd85f27b6500..5829c9167987 100644 --- a/sci-libs/rocPRIM/rocPRIM-6.1.1.ebuild +++ b/sci-libs/rocPRIM/rocPRIM-6.1.1.ebuild @@ -42,6 +42,8 @@ src_prepare() { } src_configure() { + rocm_use_hipcc + local mycmakeargs=( -DCMAKE_SKIP_RPATH=ON -DAMDGPU_TARGETS="$(get_amdgpu_flags)" @@ -51,7 +53,7 @@ src_configure() { -DROCM_SYMLINK_LIBS=OFF ) - CXX=hipcc cmake_src_configure + cmake_src_configure } src_test() {