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 AFFB8158083 for ; Mon, 9 Sep 2024 18:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B477E29FF; Mon, 9 Sep 2024 18:20:41 +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 86741E29FF for ; Mon, 9 Sep 2024 18:20:41 +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 C59EE33BF3B for ; Mon, 9 Sep 2024 18:20:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21CEC1F40 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: <1725905711.a9928b64eece2848421012645ffc101aade998fe.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/hipFFT/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/hipFFT/hipFFT-6.1.1.ebuild X-VCS-Directories: sci-libs/hipFFT/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a9928b64eece2848421012645ffc101aade998fe 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: a9ea6289-0076-4c2f-8ef1-89d2c9e63edd X-Archives-Hash: ac7ca4ba73b5931c15f76898290b8bae commit: a9928b64eece2848421012645ffc101aade998fe Author: Sv. Lockal gmail com> AuthorDate: Sat Jul 20 16:34:59 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 9 18:15:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9928b64 sci-libs/hipFFT: strip unsupported flags for potentially switched compiler Also set compiler to hipcc (clang fails when libc++ is enabled instead of libstdc++) Bug: https://bugs.gentoo.org/936099 Signed-off-by: Sv. Lockal gmail.com> Signed-off-by: Sam James gentoo.org> sci-libs/hipFFT/hipFFT-6.1.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sci-libs/hipFFT/hipFFT-6.1.1.ebuild b/sci-libs/hipFFT/hipFFT-6.1.1.ebuild index d9700529cd24..8cc68e63e149 100644 --- a/sci-libs/hipFFT/hipFFT-6.1.1.ebuild +++ b/sci-libs/hipFFT/hipFFT-6.1.1.ebuild @@ -25,6 +25,10 @@ RDEPEND="dev-util/hip DEPEND="${RDEPEND}" src_configure() { + # Note: hipcc is enforced; clang fails when libc++ is enabled + # with an error similar to https://github.com/boostorg/config/issues/392 + rocm_use_hipcc + local mycmakeargs=( -DROCM_SYMLINK_LIBS=OFF -DBUILD_CLIENTS_TESTS=OFF