pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-llvmlite py-llvmlite: mark as BROKEN



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ca04d2dd1c9
branches:  trunk
changeset: 383229:1ca04d2dd1c9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 15 19:14:43 2022 +0000

description:
py-llvmlite: mark as BROKEN

Does not build with llvm 14

diffstat:

 devel/py-llvmlite/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r e26756b910a0 -r 1ca04d2dd1c9 devel/py-llvmlite/Makefile
--- a/devel/py-llvmlite/Makefile        Mon Aug 15 19:07:20 2022 +0000
+++ b/devel/py-llvmlite/Makefile        Mon Aug 15 19:14:43 2022 +0000
@@ -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 @@
 
 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