From 2e320ea4bc9e19b782f728680e9560642f5bca09 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 20 May 2024 08:22:04 -0700 Subject: math/kamis: Broken where OpenMP isn't available Reported by: fallout --- math/kamis/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/math/kamis/Makefile b/math/kamis/Makefile index 3e12d34d0b9a..d33923150cca 100644 --- a/math/kamis/Makefile +++ b/math/kamis/Makefile @@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake USE_LDCONFIG= yes -#.if !exists(/usr/include/omp.h) -#USES+= compiler:gcc-c++11-lib -#.endif +.if !exists(/usr/include/omp.h) +BROKEN= requires OpenMP support that is missing on this architecture +.endif USE_GITHUB= yes GH_ACCOUNT= KarlsruheMIS -- cgit v1.2.3