Changeset View
Changeset View
Standalone View
Standalone View
databases/py-apache-arrow/Makefile
| PORTNAME= apache-arrow | PORTNAME= apache-arrow | ||||
| DISTVERSION= 13.0.0 | DISTVERSION= 13.0.0 | ||||
| CATEGORIES= databases python | CATEGORIES= databases python | ||||
| MASTER_SITES= APACHE/arrow/arrow-${DISTVERSION} | MASTER_SITES= APACHE/arrow/arrow-${DISTVERSION} | ||||
| PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||||
| DISTNAME= ${PORTNAME}-${DISTVERSION} | DISTNAME= ${PORTNAME}-${DISTVERSION} | ||||
| MAINTAINER= yuri@FreeBSD.org | MAINTAINER= yuri@FreeBSD.org | ||||
| COMMENT= Columnar in-memory analytics layer for big data | COMMENT= Columnar in-memory analytics layer for big data | ||||
| WWW= https://arrow.apache.org/ | WWW= https://arrow.apache.org/ | ||||
| LICENSE= APACHE20 | LICENSE= APACHE20 | ||||
| LICENSE_FILE= ${WRKSRC}/../LICENSE.txt | LICENSE_FILE= ${WRKSRC}/../LICENSE.txt | ||||
| BUILD_DEPENDS= cmake:devel/cmake-core \ | BUILD_DEPENDS= cmake:devel/cmake-core \ | ||||
| ${PYNUMPY} \ | ${PYNUMPY} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ | ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \ | ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} | ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} | ||||
| RUN_DEPENDS= ${PYNUMPY} | RUN_DEPENDS= ${PYNUMPY} | ||||
| LIB_DEPENDS= libarrow.so:databases/arrow # assumes that arrow is built with PYTHON=ON (python support is built) | LIB_DEPENDS= libarrow.so:databases/arrow # assumes that arrow is built with PYTHON=ON (python support is built) | ||||
| USES= compiler:c++11-lang pkgconfig python | USES= compiler:c++11-lang pkgconfig python | ||||
| USE_PYTHON= distutils cython # autoplist is broken, see https://issues.apache.org/jira/browse/ARROW-16820 | USE_PYTHON= distutils cython # autoplist is broken, see https://issues.apache.org/jira/browse/ARROW-16820 | ||||
| Show All 10 Lines | |||||