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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C710815802C for ; Wed, 18 Dec 2024 18:46:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DED19E079C; Wed, 18 Dec 2024 18:46:39 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E84EFE079C for ; Wed, 18 Dec 2024 18:46:37 +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 88D0033BF36 for ; Wed, 18 Dec 2024 18:46:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAD31AF5 for ; Wed, 18 Dec 2024 18:46:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1734547561.a0ed38b9c57c34472cf21dc912ba1008da39d09f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: llvm-runtimes/offload/ X-VCS-Repository: repo/gentoo X-VCS-Files: llvm-runtimes/offload/offload-19.1.6.ebuild llvm-runtimes/offload/offload-20.0.0.9999.ebuild llvm-runtimes/offload/offload-20.0.0_pre20241215.ebuild X-VCS-Directories: llvm-runtimes/offload/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a0ed38b9c57c34472cf21dc912ba1008da39d09f X-VCS-Branch: master Date: Wed, 18 Dec 2024 18:46:33 +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: c12b4d3a-fbcc-4d4d-a5f4-65777a2be3ea X-Archives-Hash: f81993237c0cf8fa7a1f4d8a631f9980 commit: a0ed38b9c57c34472cf21dc912ba1008da39d09f Author: Michał Górny gentoo org> AuthorDate: Wed Dec 18 14:55:43 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 18 18:46:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ed38b9 llvm-runtimes/offload: Use LLVM_ROOT instead of CMAKE_PREFIX_PATH Signed-off-by: Michał Górny gentoo.org> llvm-runtimes/offload/offload-19.1.6.ebuild | 2 +- llvm-runtimes/offload/offload-20.0.0.9999.ebuild | 2 ++ llvm-runtimes/offload/offload-20.0.0_pre20241215.ebuild | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/llvm-runtimes/offload/offload-19.1.6.ebuild b/llvm-runtimes/offload/offload-19.1.6.ebuild index d3bd4d3d2acf..58ad1907b50c 100644 --- a/llvm-runtimes/offload/offload-19.1.6.ebuild +++ b/llvm-runtimes/offload/offload-19.1.6.ebuild @@ -103,7 +103,7 @@ src_configure() { fi local mycmakeargs=( - -DCMAKE_PREFIX_PATH="${ESYSROOT}/usr/lib/llvm/${LLVM_MAJOR}" + -DLLVM_ROOT="${ESYSROOT}/usr/lib/llvm/${LLVM_MAJOR}" -DOFFLOAD_LIBDIR_SUFFIX="${libdir#lib}" -DLIBOMPTARGET_PLUGINS_TO_BUILD="${plugins}" diff --git a/llvm-runtimes/offload/offload-20.0.0.9999.ebuild b/llvm-runtimes/offload/offload-20.0.0.9999.ebuild index 1ec3e9fee9d2..a10cab67956c 100644 --- a/llvm-runtimes/offload/offload-20.0.0.9999.ebuild +++ b/llvm-runtimes/offload/offload-20.0.0.9999.ebuild @@ -97,6 +97,8 @@ src_configure() { fi local mycmakeargs=( + -DLLVM_ROOT="${ESYSROOT}/usr/lib/llvm/${LLVM_MAJOR}" + -DOFFLOAD_LIBDIR_SUFFIX="${libdir#lib}" -DLIBOMPTARGET_PLUGINS_TO_BUILD="${plugins}" -DLIBOMPTARGET_OMPT_SUPPORT="$(usex ompt)" diff --git a/llvm-runtimes/offload/offload-20.0.0_pre20241215.ebuild b/llvm-runtimes/offload/offload-20.0.0_pre20241215.ebuild index 8bfcd29a9ca9..a10cab67956c 100644 --- a/llvm-runtimes/offload/offload-20.0.0_pre20241215.ebuild +++ b/llvm-runtimes/offload/offload-20.0.0_pre20241215.ebuild @@ -97,7 +97,7 @@ src_configure() { fi local mycmakeargs=( - -DCMAKE_PREFIX_PATH="${ESYSROOT}/usr/lib/llvm/${LLVM_MAJOR}" + -DLLVM_ROOT="${ESYSROOT}/usr/lib/llvm/${LLVM_MAJOR}" -DOFFLOAD_LIBDIR_SUFFIX="${libdir#lib}" -DLIBOMPTARGET_PLUGINS_TO_BUILD="${plugins}"