pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/parallel/spirv-llvm-translator spirv-llvm-translator: ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8800b80fa89
branches:  trunk
changeset: 383233:b8800b80fa89
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 15 19:22:52 2022 +0000

description:
spirv-llvm-translator: mark as BROKEN

This version does not support llvm 14.
Please update to 14.0.0 (available) which supports it.

diffstat:

 parallel/spirv-llvm-translator/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a178d47a4551 -r b8800b80fa89 parallel/spirv-llvm-translator/Makefile
--- a/parallel/spirv-llvm-translator/Makefile   Mon Aug 15 19:21:21 2022 +0000
+++ b/parallel/spirv-llvm-translator/Makefile   Mon Aug 15 19:22:52 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/11/23 20:55:44 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/08/15 19:22:52 wiz Exp $
 
 DISTNAME=      SPIRV-LLVM-Translator-13.0.0
 PKGNAME=       ${DISTNAME:tl}
@@ -13,6 +13,8 @@
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}
 
+BROKEN=                "This version does not support llvm 14, please update this to 14.0.0."
+
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 



Home | Main Index | Thread Index | Old Index