1PORTNAME= xtensor 2DISTVERSION= 0.27.1 3CATEGORIES= math 4 5MAINTAINER= ports@MidnightBSD.org 6COMMENT= Multi-dimensional arrays with broadcasting and lazy computing 7 8LICENSE= bsd3 9LICENSE_FILE= ${WRKSRC}/LICENSE 10 11BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json \ 12 xtl-quant-stack>0:devel/xtl-quant-stack 13RUN_DEPENDS= nlohmann-json>0:devel/nlohmann-json \ 14 xtl-quant-stack>0:devel/xtl-quant-stack 15 16USES= cmake 17USE_GITHUB= yes 18GH_ACCOUNT= xtensor-stack 19 20NO_BUILD= yes 21NO_ARCH= yes 22NO_TEST= yes 23 24.include <bsd.port.mk> 25