blob: dd8a2139c1169495b51b841ea24158d33cec7bf2 (
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
25
26
27
28
29
|
PORTNAME= xsimd
DISTVERSION= 14.0.0
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
# tests as of 13.2.0:
# [doctest] test cases: 325 | 323 passed | 2 failed | 0 skipped
# [doctest] assertions: 16741 | 16739 passed | 2 failed |
# [doctest] Status: FAILURE!
.include <bsd.port.mk>
|