From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 632971580CF for ; Wed, 26 Jun 2024 09:21:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09B242BC0EF; Wed, 26 Jun 2024 09:21:31 +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 DE03C2BC0E8 for ; Wed, 26 Jun 2024 09:21:30 +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 C5949343022 for ; Wed, 26 Jun 2024 09:21:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04B671D63 for ; Wed, 26 Jun 2024 09:21:26 +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: <1719393566.7df7f8e93ed60da8c8082d6256dd194fa9dd1aa7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocWMMA/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/rocWMMA/rocWMMA-6.1.1.ebuild X-VCS-Directories: sci-libs/rocWMMA/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7df7f8e93ed60da8c8082d6256dd194fa9dd1aa7 X-VCS-Branch: master Date: Wed, 26 Jun 2024 09:21:26 +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: 0bf76640-f289-47b6-a5a9-ecd65617cb88 X-Archives-Hash: 31df726a71e5fcc27cb6a68ffcad8aa5 commit: 7df7f8e93ed60da8c8082d6256dd194fa9dd1aa7 Author: Paul Zander gmail com> AuthorDate: Tue Jun 25 20:36:54 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 26 09:19:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df7f8e9 sci-libs/rocWMMA: 6.1.1 cleanup ebuild Signed-off-by: Paul Zander gmail.com> Signed-off-by: Sam James gentoo.org> sci-libs/rocWMMA/rocWMMA-6.1.1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sci-libs/rocWMMA/rocWMMA-6.1.1.ebuild b/sci-libs/rocWMMA/rocWMMA-6.1.1.ebuild index 54af6e3d6f1e..a3f8d61463b1 100644 --- a/sci-libs/rocWMMA/rocWMMA-6.1.1.ebuild +++ b/sci-libs/rocWMMA/rocWMMA-6.1.1.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 + ROCM_SKIP_GLOBALS=1 inherit cmake rocm flag-o-matic @@ -19,7 +20,7 @@ DEPEND="=dev-util/hip-6*" IUSE_TARGETS=( gfx908 gfx90a gfx940 gfx941 gfx942 gfx1100 gfx1101 gfx1102 ) IUSE_TARGETS=( "${IUSE_TARGETS[@]/#/amdgpu_targets_}" ) -ROCM_USEDEP_OPTFLAGS=${IUSE_TARGETS[@]/%/(-)?} +ROCM_USEDEP_OPTFLAGS=${IUSE_TARGETS[*]/%/(-)?} ROCM_USEDEP=${ROCM_USEDEP_OPTFLAGS// /,} ROCM_REQUIRED_USE=" || ( ${IUSE_TARGETS[*]} )" @@ -31,7 +32,7 @@ BDEPEND=" dev-build/rocm-cmake " -IUSE="${IUSE_TARGETS[@]/#/+} test" +IUSE="${IUSE_TARGETS[*]/#/+} test" REQUIRED_USE="${ROCM_REQUIRED_USE}" @@ -51,7 +52,7 @@ src_configure() { -DAMDGPU_TARGETS="$(get_amdgpu_flags)" -DROCM_SYMLINK_LIBS=OFF -DROCWMMA_BUILD_SAMPLES=OFF - -DROCWMMA_BUILD_TESTS=$(usex test ON OFF) + -DROCWMMA_BUILD_TESTS="$(usex test)" ) use test && mycmakeargs+=(-DROCWMMA_USE_SYSTEM_GOOGLETEST=ON) CC=hipcc CXX=hipcc cmake_src_configure