commit: ce1117f58e05955e7f3c342b2c546ed5b15b7c34
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 7 08:20:40 2025 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> 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 <patrick <AT> 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