Subject: CVS commit: pkgsrc/devel/py-llvmlite
From: Adam Ciarcinski
Date: 2019-10-19 16:10:00
Message id: 20191019141000.8D968FBF4@cvs.NetBSD.org

Log Message:
py-llvmlite: updated to 0.30.0

v0.30.0:
This release adds support for half-precision float and schedules the
deprecation of memset/memcpy accepting 5 arguments (cf. LLVM change).
* Fix use of -fPIC flag in wheels
* Remove restriction on sphinx version from Anaconda distro
* fix for block labels which contain "interesting" characters
* Deprecate the use of memset/memcpy with alias
* Add fp16 Intrinsics
* Add Half-Precision Type
* Add -fPIC flag for manylinux1 wheel building
* Fix incorrect hierarchy in the documentation for ir.Constant.
* Update docs
* Fix leak on string returning APIs.

Files:
RevisionActionfile
1.10modifypkgsrc/devel/py-llvmlite/Makefile
1.9modifypkgsrc/devel/py-llvmlite/distinfo
1.5modifypkgsrc/devel/py-llvmlite/patches/patch-ffi_build.py