Date: Sat, 23 Jul 2022 18:13:47 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 01e239862cd8 - 2022Q3 - devel/libflatarray: Broken on armv7; Correct USES=compiler:c++xx Message-ID: <202207231813.26NIDlKO070747@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=01e239862cd8791448fa89784af945000237b632 commit 01e239862cd8791448fa89784af945000237b632 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:13:40 +0000 devel/libflatarray: Broken on armv7; Correct USES=compiler:c++xx Reported by: fallout Approved by: portmgr (blanket) (cherry picked from commit b6d01b7ca4018eed1bc61929161bebfcaa2de1a1) --- devel/libflatarray/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/libflatarray/Makefile b/devel/libflatarray/Makefile index 97e384e96ad7..74ca6ea96457 100644 --- a/devel/libflatarray/Makefile +++ b/devel/libflatarray/Makefile @@ -12,9 +12,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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207231813.26NIDlKO070747>