aboutsummaryrefslogtreecommitdiff
path: root/devel/xsimd/Makefile
blob: f1d7b390aa1d87056659ba70eca9b71dd3d42fd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	xsimd
DISTVERSION=	12.1.1
CATEGORIES=	devel

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	C++ wrappers for SIMD intrinsics and mathematical functions
WWW=		https://github.com/xtensor-stack/xsimd

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

TEST_DEPENDS=	googletest>0:devel/googletest \
		doctest>=2.4.9:devel/doctest

USES=		cmake:testing compiler:c++11-lang

USE_GITHUB=	yes
GH_ACCOUNT=	xtensor-stack

CMAKE_TESTING_ON=	BUILD_TESTS # tests fail, see https://github.com/xtensor-stack/xsimd/issues/917

NO_ARCH=	yes

.include <bsd.port.mk>