Date: Sat, 27 Aug 2022 04:25:54 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: ae1c026073ba - main - devel/kokkos: Add comment Message-ID: <202208270425.27R4Psl9089716@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=ae1c026073bac29bdf4181f5b74cac13b38f537d commit ae1c026073bac29bdf4181f5b74cac13b38f537d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-27 02:31:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-27 04:25:41 +0000 devel/kokkos: Add comment --- devel/kokkos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/kokkos/Makefile b/devel/kokkos/Makefile index 0ce34529bf31..da4124bf7c37 100644 --- a/devel/kokkos/Makefile +++ b/devel/kokkos/Makefile @@ -19,7 +19,7 @@ USE_LDCONFIG= yes SHEBANG_FILES= bin/nvcc_wrapper bin/kokkos_launch_compiler CMAKE_ON= BUILD_SHARED_LIBS -CMAKE_TESTING_ON= Kokkos_ENABLE_TESTS +CMAKE_TESTING_ON= Kokkos_ENABLE_TESTS # 5 tests fail, see https://github.com/kokkos/kokkos/issues/5400 LDFLAGS+= -lexecinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208270425.27R4Psl9089716>