llvmlite-0.40.1blshkv-overlay
download
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_EXT=1
inherit distutils-r1 pypi
DESCRIPTION="A lightweight LLVM python binding for writing JIT compilers"
HOMEPAGE="https://llvmlite.readthedocs.io/en/latest/ https://pypi.org/project/llvmlite/"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64"
#http://llvmlite.pydata.org/en/latest/admin-guide/install.html
#dev-libs/libedit ?
BDEPEND="sys-devel/llvm:14"
RDEPEND="${BDEPEND}"
DEPEND="${RDEPEND}"
python_compile() {
export "LLVM_CONFIG=${EPREFIX}/usr/lib/llvm/14/bin/llvm-config"
distutils-r1_python_compile
}
distutils_enable_tests pytest