Date: Thu, 24 Aug 2023 16:12:14 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 114cc531653e - main - devel/hpx: Fix broken tests, but several tests fail Message-ID: <202308241612.37OGCEnr075454@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=114cc531653e1ac6360dc5f004ed2133cf926be1 commit 114cc531653e1ac6360dc5f004ed2133cf926be1 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-08-24 16:11:03 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-08-24 16:12:12 +0000 devel/hpx: Fix broken tests, but several tests fail --- devel/hpx/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/hpx/Makefile b/devel/hpx/Makefile index 616b670b0fd2..ce8c7d395fe4 100644 --- a/devel/hpx/Makefile +++ b/devel/hpx/Makefile @@ -30,7 +30,8 @@ SHEBANG_GLOB= *.py CMAKE_ON= HPX_WITH_GENERIC_CONTEXT_COROUTINES CMAKE_OFF= HPX_WITH_EXAMPLES HPX_WITH_TESTS HPX_WITH_TESTS_BENCHMARKS HPX_WITH_TESTS_REGRESSIONS HPX_WITH_TESTS_UNIT HPX_WITH_TESTS_EXAMPLES -CMAKE_TESTING_ON= HPX_WITH_TESTS HPX_WITH_TESTS_UNIT # tests fail: https://github.com/STEllAR-GROUP/hpx/issues/5893 +CMAKE_TESTING_ON= HPX_WITH_TESTS HPX_WITH_TESTS_UNIT # 6 tests fail, 4 tests time out, see https://github.com/STEllAR-GROUP/hpx/issues/6331 +CMAKE_TESTING_TARGET= tests test LDFLAGS+= ${LDFLAGS_${CHOSEN_COMPILER_TYPE}} LDFLAGS_gcc= -latomic
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308241612.37OGCEnr075454>