notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2026Q3
py-llvmlite Lightweight LLVM python binding for writing JIT compilers
0.49.0 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.49.0Version of this port present on the latest quarterly branch.
Maintainer: makc@FreeBSD.org search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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>)
  • py312: py312-llvmlite
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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake : devel/gmake
  2. py312-setuptools>=0 : devel/py-setuptools@py312
  3. py312-wheel>=0 : devel/py-wheel@py312
  4. cmake : devel/cmake-core
  5. gfortran14 : lang/gcc14
  6. python3.12 : lang/python312
  7. as : devel/binutils
  8. py312-build>=0 : devel/py-build@py312
  9. py312-installer>=0 : devel/py-installer@py312
Test dependencies:
  1. py312-pytest>=7,1 : devel/py-pytest@py312
  2. python3.12 : lang/python312
Runtime dependencies:
  1. gfortran14 : lang/gcc14
  2. python3.12 : lang/python312
Library dependencies:
  1. libLLVM-22.so : devel/llvm22
This port is required by:
for Run
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/l/llvmlite/
  2. https://pypi.org/packages/source/l/llvmlite/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.49.0
04 Sep 2026 14:40:09
commit hash: cda5f35cc33aac2bd00e30979714ed95b615cbdccommit hash: cda5f35cc33aac2bd00e30979714ed95b615cbdccommit hash: cda5f35cc33aac2bd00e30979714ed95b615cbdccommit hash: cda5f35cc33aac2bd00e30979714ed95b615cbdc files touched by this commit
Max Brazhnikov (makc) search for other commits by this committer
devel/py-llvmlite: Update to 0.49.0

(cherry picked from commit 45ad2ecac672cb2cace9a3170bafa947589148c7)

Number of commits found: 1