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 CEA19158083 for ; Mon, 9 Sep 2024 18:20:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C97B0E2A0C; Mon, 9 Sep 2024 18:20:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B2D54E2A0B 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 8F98F343006 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 11B941F4C for ; Mon, 9 Sep 2024 18:20:40 +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: <1725905718.62bb5fbe5f59d08e4079caed6229ca9e95c20000.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocRAND/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/rocRAND/rocRAND-6.1.1.ebuild X-VCS-Directories: sci-libs/rocRAND/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 62bb5fbe5f59d08e4079caed6229ca9e95c20000 X-VCS-Branch: master Date: Mon, 9 Sep 2024 18:20:40 +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: 822ba3e4-2e3a-4193-9403-b8d896019bd4 X-Archives-Hash: b6785c0f2cafe61932e0858bab4c25f1 commit: 62bb5fbe5f59d08e4079caed6229ca9e95c20000 Author: Sv. Lockal gmail com> AuthorDate: Sat Jul 20 17:35:57 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 9 18:15:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62bb5fbe sci-libs/rocRAND: 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/rocRAND/rocRAND-6.1.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-libs/rocRAND/rocRAND-6.1.1.ebuild b/sci-libs/rocRAND/rocRAND-6.1.1.ebuild index 1cfbcdbd04f3..e3b1aa20b634 100644 --- a/sci-libs/rocRAND/rocRAND-6.1.1.ebuild +++ b/sci-libs/rocRAND/rocRAND-6.1.1.ebuild @@ -33,6 +33,8 @@ BDEPEND="dev-build/rocm-cmake >=dev-build/cmake-3.22" src_configure() { + rocm_use_hipcc + local mycmakeargs=( -DCMAKE_SKIP_RPATH=ON -DAMDGPU_TARGETS="$(get_amdgpu_flags)" @@ -42,7 +44,7 @@ src_configure() { -DBUILD_BENCHMARK=$(usex benchmark ON OFF) ) - CXX=hipcc cmake_src_configure + cmake_src_configure } src_test() {