Subject: CVS commit: pkgsrc/devel/py-llvmlite
From: Adam Ciarcinski
Date: 2018-12-09 21:22:56
Message id: 20181209202256.30C2AFB16@cvs.NetBSD.org

Log Message:
py-llvmlite: updated to 0.26.0

v0.26.0
The primary new features in this release is support for generation of Intel JIT \ 
events, which makes profiling of JIT compiled code in Intel VTune possible. This \ 
release also contains some minor build improvements for ARMv7, and some small \ 
fixes.

LLVM 7 support was originally slated for this release, but had to be delayed \ 
after some issues arose in testing. LLVM 6 is still required for llvmlite.

* Use native cmake on armv7l
* Throttle thread count for llvm build on armv7l.
* Add shutdown detection to ObjectRef __del__ method.
* conda recipe: add make as build dep
* Add get_element_offset to TargetData
* Fix gep method call on Constant objects
* Fix typo in irbuilder documentation
* Enable IntelJIT events for LLVM for VTune support

Files:
RevisionActionfile
1.6modifypkgsrc/devel/py-llvmlite/Makefile
1.2modifypkgsrc/devel/py-llvmlite/PLIST
1.5modifypkgsrc/devel/py-llvmlite/distinfo
1.3modifypkgsrc/devel/py-llvmlite/patches/patch-ffi_build.py
1.1addpkgsrc/devel/py-llvmlite/patches/patch-llvmlite_tests_test__binding.py
1.1removepkgsrc/devel/py-llvmlite/patches/patch-ffi_Makefile.netbsd