pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang llvm: does not support python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e9533969870
branches:  trunk
changeset: 381552:2e9533969870
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 09 08:16:02 2022 +0000

description:
llvm: does not support python 2.7

diffstat:

 lang/libLLVM/Makefile |  4 +++-
 lang/llvm/Makefile    |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 06bf4901e911 -r 2e9533969870 lang/libLLVM/Makefile
--- a/lang/libLLVM/Makefile     Sat Jul 09 07:46:02 2022 +0000
+++ b/lang/libLLVM/Makefile     Sat Jul 09 08:16:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2022/06/28 11:34:13 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2022/07/09 08:16:02 wiz Exp $
 
 DISTNAME=      llvm-13.0.1.src
 PKGNAME=       ${DISTNAME:S/llvm/libLLVM/:S/.src//}
@@ -19,6 +19,8 @@
 GCC_REQD+=             5
 PYTHON_FOR_BUILD_ONLY= yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 CONFIGURE_DIRS=                ${WRKDIR}/build
 CMAKE_ARG_PATH=                ${WRKSRC}
 
diff -r 06bf4901e911 -r 2e9533969870 lang/llvm/Makefile
--- a/lang/llvm/Makefile        Sat Jul 09 07:46:02 2022 +0000
+++ b/lang/llvm/Makefile        Sat Jul 09 08:16:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2022/06/28 11:34:13 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2022/07/09 08:16:02 wiz Exp $
 #
 # when updating this, please also update:
 # devel/include-what-you-use
@@ -38,6 +38,8 @@
 GCC_REQD+=             5
 PYTHON_FOR_BUILD_ONLY= yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 NOT_FOR_PLATFORM+=     *-*-alpha
 NOT_FOR_PLATFORM+=     *-*-vax
 



Home | Main Index | Thread Index | Old Index