On 2022/09/05 14:15, aisha wrote:
> Hi,
> I've attached an update to devel/py-llvmlite to 0.39.0, which removes the BROKEN tag.
>
> The reverse dependency py-miasm needs to be updated but I don't use it, I'll try to do it in the weekend.
Since py-llvmlite is already marked BROKEN, I think it would be
ok to mark py-miasm BROKEN (not just BROKEN-i386) in the meantime,
it doesn't make things worse than they are now.
> diff --git a/devel/py-llvmlite/Makefile b/devel/py-llvmlite/Makefile
> index 79f7a816a13..d6eb26e1ae3 100644
> --- a/devel/py-llvmlite/Makefile
> +++ b/devel/py-llvmlite/Makefile
> @@ -1,8 +1,6 @@
> -BROKEN = requires update to 0.34.0 for LLVM 10
> COMMENT = lightweight LLVM-Python binding for writing JIT compilers
>
> -MODPY_EGG_VERSION = 0.29.0
> -REVISION = 2
> +MODPY_EGG_VERSION = 0.39.0
> GH_ACCOUNT = numba
> GH_PROJECT = llvmlite
> GH_TAGNAME = v${MODPY_EGG_VERSION}
> @@ -17,20 +15,22 @@ HOMEPAGE = http://llvmlite.pydata.org/
> # BSD
> PERMIT_PACKAGE = Yes
>
> -WANTLIB += ${COMPILER_LIBCXX} LLVM m
> +WANTLIB += ${COMPILER_LIBCXX} LLVM m
>
> COMPILER = base-clang
> MODULES = lang/python
>
> FLAVORS = python3
> -FLAVOR ?=
> +FLAVOR ?= python3
Should be FLAVOR= not FLAVOR?= for py3-only.
Other than that, LGTM
No comments:
Post a Comment