diff options
Diffstat (limited to 'databases/py-datafusion/Makefile')
| -rw-r--r-- | databases/py-datafusion/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/py-datafusion/Makefile b/databases/py-datafusion/Makefile index b56dd8f7ca0c..06556c00d32c 100644 --- a/databases/py-datafusion/Makefile +++ b/databases/py-datafusion/Makefile @@ -1,5 +1,6 @@ PORTNAME= datafusion -PORTVERSION= 48.0.0 +PORTVERSION= 50.1.0 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +14,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} |
