freebsd-ports/math/xtensor/Makefile
Yuri Victorovich 63f6f812b0 math/xtensor: update 0.24.3 → 0.24.6
Reported by:	portscout
2023-08-27 22:57:45 -07:00

30 lines
821 B
Makefile

PORTNAME= xtensor
DISTVERSION= 0.24.6
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Multi-dimensional arrays with broadcasting and lazy computing
WWW= https://github.com/xtensor-stack/xtensor
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json \
xtl-quant-stack>0:devel/xtl-quant-stack
RUN_DEPENDS= nlohmann-json>0:devel/nlohmann-json \
xtl-quant-stack>0:devel/xtl-quant-stack
TEST_DEPENDS= nlohmann-json>0:devel/nlohmann-json \
xtl-quant-stack>0:devel/xtl-quant-stack \
doctest>0:devel/doctest \
googletest>0:devel/googletest
USES= cmake:testing # 2 tests fail, see https://github.com/xtensor-stack/xtensor/issues/2722
USE_GITHUB= yes
GH_ACCOUNT= xtensor-stack
CMAKE_TESTING_ON= BUILD_TESTS
NO_BUILD= yes
NO_ARCH= yes
.include <bsd.port.mk>