pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/parallel/pocl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 15 19:21:21 UTC 2022

Modified Files:
        pkgsrc/parallel/pocl: Makefile

Log Message:
pocl: mark as BROKEN

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/parallel/pocl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/parallel/pocl/Makefile
diff -u pkgsrc/parallel/pocl/Makefile:1.8 pkgsrc/parallel/pocl/Makefile:1.9
--- pkgsrc/parallel/pocl/Makefile:1.8   Mon Apr 18 19:11:56 2022
+++ pkgsrc/parallel/pocl/Makefile       Mon Aug 15 19:21:21 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/04/18 19:11:56 adam Exp $
+# $NetBSD: Makefile,v 1.9 2022/08/15 19:21:21 wiz Exp $
 
 DISTNAME=      pocl-1.8
 PKGREVISION=   2
@@ -10,6 +10,8 @@ HOMEPAGE=     http://portablecl.org/
 COMMENT=       Portable implementation of the OpenCL standard
 LICENSE=       mit
 
+BROKEN=                "version 1.8 does not support llvm 14, please update this to 3.0"
+
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++



Home | Main Index | Thread Index | Old Index