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 2349415802C for ; Tue, 17 Dec 2024 21:37:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A201FE08D6; Tue, 17 Dec 2024 21:37:34 +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 86191E08DA for ; Tue, 17 Dec 2024 21:37:34 +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 A22C434092E for ; Tue, 17 Dec 2024 21:37:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1CEB22C6 for ; Tue, 17 Dec 2024 21:37:29 +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: <1734471443.1a83439cff2e1fc66feebb78f2f8191fae08c51b.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-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: 1a83439cff2e1fc66feebb78f2f8191fae08c51b X-VCS-Branch: master Date: Tue, 17 Dec 2024 21:37:29 +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: b9e8ce91-7400-4876-b6da-7a2f6fb61921 X-Archives-Hash: 92b1bfa93119149b724325245bb2e8a6 commit: 1a83439cff2e1fc66feebb78f2f8191fae08c51b Author: Michał Górny gentoo org> AuthorDate: Tue Dec 17 21:35:59 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 17 21:37:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a83439c llvm-runtimes/offload: Pass CMAKE_PREFIX_PATH in 20.0.0.9999 Signed-off-by: Michał Górny gentoo.org> llvm-runtimes/offload/offload-20.0.0_pre20241215.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm-runtimes/offload/offload-20.0.0_pre20241215.ebuild b/llvm-runtimes/offload/offload-20.0.0_pre20241215.ebuild index 66a73775d296..0b726cf49fa7 100644 --- a/llvm-runtimes/offload/offload-20.0.0_pre20241215.ebuild +++ b/llvm-runtimes/offload/offload-20.0.0_pre20241215.ebuild @@ -93,6 +93,8 @@ src_configure() { fi local mycmakeargs=( + -DCMAKE_PREFIX_PATH="${ESYSROOT}/usr/lib/llvm/${LLVM_MAJOR}" + -DOFFLOAD_LIBDIR_SUFFIX="${libdir#lib}" -DLIBOMPTARGET_PLUGINS_TO_BUILD="${plugins}" -DLIBOMPTARGET_OMPT_SUPPORT="$(usex ompt)"