aboutsummaryrefslogtreecommitdiffstats
path: root/devel/taskflow/Makefile
blob: 742adbb241db33a2dcec26fb73b79e5e4aff7efc (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=	taskflow
DISTVERSIONPREFIX=	v
DISTVERSION=	3.9.0
CATEGORIES=	devel

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Header-only library for parallel tasks in modern C++
WWW=		https://taskflow.github.io/ \
		https://github.com/taskflow/taskflow

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake:testing compiler:c++17-lang
USE_GITHUB=	yes

CMAKE_OFF=	TF_BUILD_CUDA TF_BUILD_TESTS TF_BUILD_EXAMPLES
CMAKE_TESTING_ON=	BUILD_TESTING TF_BUILD_TESTS

NO_ARCH=	yes

# tests as of 3.9.0: 100% tests passed, 0 tests failed out of 2377

.include <bsd.port.mk>