diff options
Diffstat (limited to 'databases/py-datafusion/Makefile')
-rw-r--r-- | databases/py-datafusion/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/py-datafusion/Makefile b/databases/py-datafusion/Makefile index 4bf9c3e26929..c792f3fd1e44 100644 --- a/databases/py-datafusion/Makefile +++ b/databases/py-datafusion/Makefile @@ -1,6 +1,5 @@ PORTNAME= datafusion -PORTVERSION= 49.0.0 -PORTREVISION= 1 +PORTVERSION= 50.0.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +13,9 @@ WWW= https://datafusion.apache.org/python/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_armv7= rustc-LLVM ERROR: out of memory +BROKEN_i386= rustc-LLVM ERROR: out of memory + BUILD_DEPENDS= protoc:devel/protobuf \ ${PYTHON_PKGNAMEPREFIX}maturin>=1.8.1:devel/py-maturin@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyarrow>=11.0.0:databases/py-pyarrow@${PY_FLAVOR} |