Mon Aug 15 19:21:21 2022 UTC ()
pocl: mark as BROKEN

This needs to be updated to 3.0 (available) to support llvm 14.


(wiz)
diff -r1.8 -r1.9 pkgsrc/parallel/pocl/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/parallel/pocl/Makefile (expand / switch to unified diff)

--- pkgsrc/parallel/pocl/Makefile 2022/04/18 19:11:56 1.8
+++ pkgsrc/parallel/pocl/Makefile 2022/08/15 19:21:21 1.9
@@ -1,25 +1,27 @@ @@ -1,25 +1,27 @@
1# $NetBSD: Makefile,v 1.8 2022/04/18 19:11:56 adam Exp $ 1# $NetBSD: Makefile,v 1.9 2022/08/15 19:21:21 wiz Exp $
2 2
3DISTNAME= pocl-1.8 3DISTNAME= pocl-1.8
4PKGREVISION= 2 4PKGREVISION= 2
5CATEGORIES= parallel 5CATEGORIES= parallel
6MASTER_SITES= http://portablecl.org/downloads/ 6MASTER_SITES= http://portablecl.org/downloads/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://portablecl.org/ 9HOMEPAGE= http://portablecl.org/
10COMMENT= Portable implementation of the OpenCL standard 10COMMENT= Portable implementation of the OpenCL standard
11LICENSE= mit 11LICENSE= mit
12 12
 13BROKEN= "version 1.8 does not support llvm 14, please update this to 3.0"
 14
13USE_CMAKE= yes 15USE_CMAKE= yes
14USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
15USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++
16 18
17TEST_TARGET= check 19TEST_TARGET= check
18 20
19# C++11 21# C++11
20GCC_REQD+= 4.7 22GCC_REQD+= 4.7
21 23
22CMAKE_ARGS+= -DCMAKE_BUILD_TYPE="Release" 24CMAKE_ARGS+= -DCMAKE_BUILD_TYPE="Release"
23CMAKE_ARGS+= -DCMAKE_INSTALL_LIBDIR="lib" 25CMAKE_ARGS+= -DCMAKE_INSTALL_LIBDIR="lib"
24CMAKE_ARGS+= -DPOCL_INSTALL_ICD_VENDORDIR="${PREFIX}/share/examples/OpenCL/vendors" 26CMAKE_ARGS+= -DPOCL_INSTALL_ICD_VENDORDIR="${PREFIX}/share/examples/OpenCL/vendors"
25CMAKE_ARGS+= -DKERNELLIB_HOST_CPU_VARIANTS="distro" 27CMAKE_ARGS+= -DKERNELLIB_HOST_CPU_VARIANTS="distro"