diff options
Diffstat (limited to 'devel/opencl/Makefile')
-rw-r--r-- | devel/opencl/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/opencl/Makefile b/devel/opencl/Makefile index f6d5466dc96d..41edf493f999 100644 --- a/devel/opencl/Makefile +++ b/devel/opencl/Makefile @@ -1,10 +1,10 @@ PORTNAME= opencl -PORTVERSION= 3.0.17 +DISTVERSION= 3.0.19 CATEGORIES= devel MAINTAINER= ohartmann@walstatt.org -COMMENT= Open Computing Language (OpenCL) specifications V3.0 (header files) -WWW= https://github.com/KhronosGroup/OpenCL-Headers/ +COMMENT= Open Computing Language specifications header files +WWW= https://github.com/KhronosGroup/OpenCL-Headers/ LICENSE= APACHE20 @@ -14,18 +14,18 @@ GH_PROJECT= OpenCL-Headers OpenCL-CLHPP:clhpp GH_TAGNAME= ${HEADER_TAG} ${CLHPP_TAG}:clhpp # the header releases don't have tags yet, so use git commit for now -HEADER_TAG= v2024.10.24 -CLHPP_TAG= v2024.10.24 # include missing CL/opencl.hpp +HEADER_TAG= v2025.07.22 +CLHPP_TAG= v2025.07.22 # include missing CL/opencl.hpp -NO_BUILD= yes NO_ARCH= yes +NO_BUILD= yes WRKSRC_SUBDIR= CL do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/CL - ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/CL - ${INSTALL_DATA} ${WRKSRC_clhpp}/include/CL/*.hpp \ + ${INSTALL_DATA} ${WRKSRC}/*.h \ + ${WRKSRC_clhpp}/include/CL/*.hpp \ ${STAGEDIR}${PREFIX}/include/CL .include <bsd.port.mk> |