[Bug 290112] lang/pocl: Update 7.0 -> 7.1
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 290112] lang/pocl: Update 7.0 -> 7.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Oct 2025 16:10:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290112
Vladimir Druzenko <vvd@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vvd@FreeBSD.org
--- Comment #2 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Suggestion:
-BUILD_DEPENDS= clang${LLVM_VER}:devel/llvm${LLVM_VER} \
+_BR_DEPENDS= clang${LLVM_VER}:devel/llvm${LLVM_VER} \
opencl>=3:devel/opencl \
spirv-llvm-translator-llvm${LLVM_VER}>=${LLVM_VER}:devel/spirv-llvm-translator@llvm${LLVM_VER}
\
spirv-tools>0:graphics/spirv-tools
+BUILD_DEPENDS= ${_BR_DEPENDS}
LIB_DEPENDS= libhwloc.so:devel/hwloc2 \
libLLVM-${LLVM_VER}.so:devel/llvm${LLVM_VER} \
libOpenCL.so:devel/ocl-icd
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${_BR_DEPENDS}
--
You are receiving this mail because:
You are the assignee for the bug.