From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ECF991581FD for ; Sun, 07 Sep 2025 08:22:38 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D4B6533BEED for ; Sun, 07 Sep 2025 08:22:38 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CCE651103BA; Sun, 07 Sep 2025 08:22:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id C72861103BA for ; Sun, 07 Sep 2025 08:22: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 6010C33BEED for ; Sun, 07 Sep 2025 08:22:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA0A634E0 for ; Sun, 07 Sep 2025 08:22:35 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1757233331.ce1117f58e05955e7f3c342b2c546ed5b15b7c34.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pocl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/pocl/pocl-7.0-r1.ebuild dev-libs/pocl/pocl-7.0-r2.ebuild X-VCS-Directories: dev-libs/pocl/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: ce1117f58e05955e7f3c342b2c546ed5b15b7c34 X-VCS-Branch: master Date: Sun, 07 Sep 2025 08:22:35 +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: f8203b72-9b83-488d-b657-d31cd8767c22 X-Archives-Hash: 032796ca5b21e2142390023b7feb1842 commit: ce1117f58e05955e7f3c342b2c546ed5b15b7c34 Author: Patrick Lauer gentoo org> AuthorDate: Sun Sep 7 08:20:40 2025 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Sun Sep 7 08:22:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1117f5 dev-libs/pocl: Fix paths Leftover from older versions caused install paths to not match config. This made the icd loader fail, and caused runtime weirdness. Signed-off-by: Patrick Lauer gentoo.org> dev-libs/pocl/{pocl-7.0-r1.ebuild => pocl-7.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/pocl/pocl-7.0-r1.ebuild b/dev-libs/pocl/pocl-7.0-r2.ebuild similarity index 97% rename from dev-libs/pocl/pocl-7.0-r1.ebuild rename to dev-libs/pocl/pocl-7.0-r2.ebuild index a2845252a9cb..03310f331b19 100644 --- a/dev-libs/pocl/pocl-7.0-r1.ebuild +++ b/dev-libs/pocl/pocl-7.0-r2.ebuild @@ -74,7 +74,6 @@ src_configure() { -DENABLE_ICD=ON -DPOCL_ICD_ABSOLUTE_PATH=ON - -DPOCL_INSTALL_PUBLIC_LIBDIR="${EPREFIX}/usr/$(get_libdir)/OpenCL/vendors/pocl" -DINSTALL_OPENCL_HEADERS=OFF # only appends -flto @@ -98,6 +97,7 @@ src_configure() { -DENABLE_EXAMPLES=$(usex examples) -DENABLE_TESTS=$(usex test) -DENABLE_SPIRV=$(usex spirv) + ) cmake_src_configure