pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-llvmlite
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 15 19:14:43 UTC 2022
Modified Files:
pkgsrc/devel/py-llvmlite: Makefile
Log Message:
py-llvmlite: mark as BROKEN
Does not build with llvm 14
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-llvmlite/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-llvmlite/Makefile
diff -u pkgsrc/devel/py-llvmlite/Makefile:1.23 pkgsrc/devel/py-llvmlite/Makefile:1.24
--- pkgsrc/devel/py-llvmlite/Makefile:1.23 Sun May 22 12:16:59 2022
+++ pkgsrc/devel/py-llvmlite/Makefile Mon Aug 15 19:14:43 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2022/05/22 12:16:59 adam Exp $
+# $NetBSD: Makefile,v 1.24 2022/08/15 19:14:43 wiz Exp $
DISTNAME= llvmlite-0.38.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,9 @@ LICENSE= 2-clause-bsd
USE_LANGUAGES= c++14
+# https://github.com/numba/llvmlite/pull/802
+BROKEN= "No support for llvm 14 yet."
+
# officially supports llvm 11 as of 0.37.0
MAKE_ENV+= LLVMLITE_SKIP_LLVM_VERSION_CHECK=1
# unable to pass LLVM bit-code files to linker
Home |
Main Index |
Thread Index |
Old Index