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: adam
Date: Sun Jun 2 09:02:45 UTC 2019
Modified Files:
pkgsrc/devel/py-llvmlite: Makefile PLIST distinfo
Log Message:
py-llvmlite: updated to 0.29.0
v0.29.0:
This release upgrades to LLVM 8.0 for all supported platforms except PPC64LE.
Due to numerous problems with LLVM 8.0 running on PPC64LE,
we have decided to use LLVM 7.1, which is more stable on PPC64LE.
In addition, non-host LLVM targets, AMDGPU, NVPTX, and WebAssembly, are enabled
and they are available in our `llvmlite` builds.
* Revert "LLVM 7 changed memset intrinsic signature, adjust it"
* Depend on enum34 using PEP 508 environment markers
* Upgrade to llvm8
* Support loading from current directory and egg files
* Add missing fastmath flags from LLVM 7
* LLVM 7 changed memset intrinsic signature, adjust it
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-llvmlite/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-llvmlite/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-llvmlite/distinfo
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.8 pkgsrc/devel/py-llvmlite/Makefile:1.9
--- pkgsrc/devel/py-llvmlite/Makefile:1.8 Thu Mar 14 13:02:18 2019
+++ pkgsrc/devel/py-llvmlite/Makefile Sun Jun 2 09:02:45 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2019/03/14 13:02:18 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/06/02 09:02:45 adam Exp $
-DISTNAME= llvmlite-0.28.0
+DISTNAME= llvmlite-0.29.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/llvmlite/}
@@ -27,7 +27,7 @@ post-install:
${DESTDIR}${PREFIX}/${PYSITELIB}/llvmlite/binding/libllvmlite.dylib
.endif
-BUILDLINK_API_DEPENDS.llvm+= llvm>=6.0.0
+BUILDLINK_API_DEPENDS.llvm+= llvm>=8.0.0
.include "../../lang/llvm/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-llvmlite/PLIST
diff -u pkgsrc/devel/py-llvmlite/PLIST:1.2 pkgsrc/devel/py-llvmlite/PLIST:1.3
--- pkgsrc/devel/py-llvmlite/PLIST:1.2 Sun Dec 9 20:22:55 2018
+++ pkgsrc/devel/py-llvmlite/PLIST Sun Jun 2 09:02:45 2019
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2018/12/09 20:22:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/06/02 09:02:45 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/llvmlite/__init__.py
${PYSITELIB}/llvmlite/__init__.pyc
Index: pkgsrc/devel/py-llvmlite/distinfo
diff -u pkgsrc/devel/py-llvmlite/distinfo:1.7 pkgsrc/devel/py-llvmlite/distinfo:1.8
--- pkgsrc/devel/py-llvmlite/distinfo:1.7 Thu Mar 14 13:02:18 2019
+++ pkgsrc/devel/py-llvmlite/distinfo Sun Jun 2 09:02:45 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2019/03/14 13:02:18 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/06/02 09:02:45 adam Exp $
-SHA1 (llvmlite-0.28.0.tar.gz) = 5450bf03ddca7f5188065b857d0fa2d27857085d
-RMD160 (llvmlite-0.28.0.tar.gz) = 17850a08b32a5c8a62c10bf89e964121f6905db3
-SHA512 (llvmlite-0.28.0.tar.gz) = 67714592efe486919dd2bd0bd77570cf9034780431c86e27dc7a8c38efc7a86f73dce4e8ff7b7784084a82eb5d188e66b5f50f48c201e7f88e02705df993b546
-Size (llvmlite-0.28.0.tar.gz) = 106678 bytes
+SHA1 (llvmlite-0.29.0.tar.gz) = d5aa70d1a608fd12c225f6177493b431d1f70387
+RMD160 (llvmlite-0.29.0.tar.gz) = 9d2518a9f68e07a6ec48682960d6bb4214bf1682
+SHA512 (llvmlite-0.29.0.tar.gz) = 6b73d400625a057c2b6bfc3883d516a3e6e1cb56576a8e6f4b52c8cfa30365c2375a5d938e4bfe326f0de0cb1e470028181840e7ccd9c25c2ffe099549567f03
+Size (llvmlite-0.29.0.tar.gz) = 109342 bytes
SHA1 (patch-ffi_build.py) = a3241ffc7f208b709053fb04a5225290363ba284
Home |
Main Index |
Thread Index |
Old Index