git: b6d01b7ca401 - main - devel/libflatarray: Broken on armv7; Correct USES=compiler:c++xx
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Jul 2022 18:13:14 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6d01b7ca4018eed1bc61929161bebfcaa2de1a1 commit b6d01b7ca4018eed1bc61929161bebfcaa2de1a1 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-23 18:11:53 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-23 18:11:53 +0000 devel/libflatarray: Broken on armv7; Correct USES=compiler:c++xx Reported by: fallout Approved by: portmgr (blanket) --- devel/libflatarray/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/libflatarray/Makefile b/devel/libflatarray/Makefile index 94aaf50f6ac2..ed89666b2aca 100644 --- a/devel/libflatarray/Makefile +++ b/devel/libflatarray/Makefile @@ -10,9 +10,11 @@ COMMENT= Struct of arrays library with object oriented interface for C++ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= test/estimate_optimum_short_vec_type_test.cpp:71:22: error: redefinition of 'expected_arity_for_double' + BUILD_DEPENDS= boost-libs>=1.48:devel/boost-libs -USES= cmake compiler:c++11-lib +USES= cmake compiler:c++14-lang CMAKE_ARGS= -DWITH_CUDA:BOOL=FALSE