| Port details on branch 2026Q3 |
- py-llvmlite Lightweight LLVM python binding for writing JIT compilers
- 0.49.0 devel
=0 0.49.0Version of this port present on the latest quarterly branch. - Maintainer: makc@FreeBSD.org
 - Port Added: 2026-09-04 14:51:35
- Last Update: 2026-09-04 14:40:09
- Commit Hash: cda5f35
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/numba/llvmlite
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}llvmlite>0:devel/py-llvmlite@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-llvmlite/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-llvmlite
- pkg install py312-llvmlite
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py312-llvmlite listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-llvmlite
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1787411038
SHA256 (llvmlite-0.49.0.tar.gz) = 00f16db782f4a13c78c5804aedc434e46794a77e89999a168f9401106270e50a
SIZE (llvmlite-0.49.0.tar.gz) = 194467
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- py312-setuptools>=0 : devel/py-setuptools@py312
- py312-wheel>=0 : devel/py-wheel@py312
- cmake : devel/cmake-core
- gfortran14 : lang/gcc14
- python3.12 : lang/python312
- as : devel/binutils
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- py312-pytest>=7,1 : devel/py-pytest@py312
- python3.12 : lang/python312
- Runtime dependencies:
-
- gfortran14 : lang/gcc14
- python3.12 : lang/python312
- Library dependencies:
-
- libLLVM-22.so : devel/llvm22
- This port is required by:
- for Run
-
- devel/py-numba
Configuration Options:
- No options to configure
- Options name:
- devel_py-llvmlite
- USES:
- cmake:indirect fortran llvm:22,lib python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.49.0 04 Sep 2026 14:40:09
    |
Max Brazhnikov (makc)  |
devel/py-llvmlite: Update to 0.49.0
(cherry picked from commit 45ad2ecac672cb2cace9a3170bafa947589148c7) |
Number of commits found: 1
|