diff --git a/misc/raja/Makefile b/misc/raja/Makefile index dce9172d73c9..8b0da7c1e35c 100644 --- a/misc/raja/Makefile +++ b/misc/raja/Makefile @@ -1,32 +1,33 @@ PORTNAME= raja DISTVERSIONPREFIX= v DISTVERSION= 2025.12.2 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org COMMENT= C++ library for performance portability on HPC systems WWW= https://raja.readthedocs.io/en/develop/ \ https://github.com/LLNL/RAJA LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= broken by the camp-2026.07.0 update, fix is in development: https://github.com/llnl/RAJA/issues/2062 BROKEN_i386= compilation fails: undefined reference: RAJA::TypedIndexSet, RAJA::TypedListSegment>::T0_TypeId, see https://github.com/LLNL/RAJA/issues/1936 LIB_DEPENDS= libcamp.so:devel/camp USES= cmake:testing pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= LLNL GH_PROJECT= RAJA GH_TUPLE= LLNL:blt:e783e30:blt/blt CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= ENABLE_TESTS CMAKE_TESTING_ON= ENABLE_TESTS # tests as of 2025.09.1: 100% tests passed, 0 tests failed out of 459 .include