non port: devel/py-llvmlite/distinfo |
Number of commits found: 12 |
Tuesday, 18 Jun 2024
|
13:05 Max Brazhnikov (makc)
devel/py-llvmlite: update to 0.43.0
- Remove stale patches.
726e7a6 |
Friday, 12 Apr 2024
|
09:45 Max Brazhnikov (makc)
devel/py-llvmlite: update to 0.42.0
Convert to USES=llvm
Take maintainership
PR: 277876
Approved by: consecutive maintainer timeouts
8d1eb79 |
Monday, 20 Nov 2023
|
08:34 Yuri Victorovich (yuri)
devel/py-llvmlite: update 0.39.1 → 0.41.1
PR: 273355
Approved by: dal.ca (maintainer's timeout; 83 days)
2410c87 |
Tuesday, 20 Sep 2022
|
00:59 Yuri Victorovich (yuri)
devel/py-llvmlite: Update 0.34.0 -> 0.39.1
PR: 266502
Approved by: dave@dal.ca
47ff75a |
Saturday, 28 Nov 2020
|
21:48 yuri
devel/py-llvmlite: Update 0.31.0 -> 0.34.0
PR: 250937
Approved by: dave@dal.ca (maintainer's timeout 21 days)
|
Friday, 24 Jan 2020
|
20:56 makc
devel/py-llvmlite:
- Update to 0.31.0, which supports LLVM versions 7 and 8
- Patch to respect CXX and friends. Apparently, this was the reason for failure
on powerpc64, so remove BROKEN
- Clean up port Makefile
PR: 243429
Approved by: David Kalliecharan (maintainer)
|
Tuesday, 20 Nov 2018
|
21:05 yuri
devel/py-llvmlite: Update 0.23.0 -> 0.25.0
PR: 233233
Approved by: dave@dal.ca (maintainer)
|
Monday, 11 Jun 2018
|
21:01 jrm
devel/py-llvmlite: Update to version 0.23.0
PR: 228554
Approved by: David Kalliecharan <dave@dal.ca> (maintainer, timeout)
|
Saturday, 3 Mar 2018
|
09:35 yuri
devel/py-llvmlite: Update to 0.22.0
Port changes:
* Changed to DISTVERSION
* Added LIB_DEPENDS for llvm50
* Updated LLVM_VER to 50
* Added stripping
PR: 226306
Submitted by: David Kalliecharan <dave@dal.ca> (maintainer)
Approved by: tcberner (mentor, implicit)
|
Saturday, 1 Apr 2017
|
16:58 bapt
Update to 0.16
Move llvm dependency to llvm 3.9 (note it will move to 4.0 when 0.17 is out)
Approved by: David Kalliecharan <dave@dal.ca> (maintainer)
|
Monday, 24 Oct 2016
|
17:58 pi
devel/py-llvmlite: update 0.13.0 -> 0.14.0
PR: 213726
Changes: https://github.com/numba/llvmlite/blob/master/CHANGE_LOG
Submitted by: David Kalliecharan <dave@dal.ca> (maintainer)
|
Saturday, 3 Sep 2016
|
19:56 pi
New port: devel/py-llvmlite
A lightweight LLVM python binding for writing JIT compilers
The old llvmpy binding exposes a lot of LLVM APIs but the mapping
of C++-style memory management to Python is error prone. Numba and
many JIT compilers do not need a full LLVM API. Only the IR builder,
optimizer, and JIT compiler APIs are necessary.
llvmlite is a project originally tailored for Numba's needs, using
the following approach:
- A small C wrapper around the parts of the LLVM C++ API we need
that are not already exposed by the LLVM C API.
- A ctypes Python wrapper around the C API.
- A pure Python implementation of the subset of the LLVM IR builder
that we need for Numba.
WWW: https://github.com/numba/llvmlite
PR: 211346
Submitted by: David Kalliecharan <dave@dal.ca>
|
Number of commits found: 12 |