pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/parallel/spirv-llvm-translator
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 15 19:22:53 UTC 2022
Modified Files:
pkgsrc/parallel/spirv-llvm-translator: Makefile
Log Message:
spirv-llvm-translator: mark as BROKEN
This version does not support llvm 14.
Please update to 14.0.0 (available) which supports it.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/parallel/spirv-llvm-translator/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/spirv-llvm-translator/Makefile
diff -u pkgsrc/parallel/spirv-llvm-translator/Makefile:1.4 pkgsrc/parallel/spirv-llvm-translator/Makefile:1.5
--- pkgsrc/parallel/spirv-llvm-translator/Makefile:1.4 Tue Nov 23 20:55:44 2021
+++ pkgsrc/parallel/spirv-llvm-translator/Makefile Mon Aug 15 19:22:52 2022
@@ -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 @@ LICENSE= modified-bsd
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