aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-05-20 15:22:04 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-05-20 16:55:48 +0000
commit2e320ea4bc9e19b782f728680e9560642f5bca09 (patch)
tree9bfa5a63a38c2655ab7913033f5df858005fd119
parentc3718f64ecb0e71e57817154004ee3c9981946a6 (diff)
downloadports-2e320ea4bc9e19b782f728680e9560642f5bca09.tar.gz
ports-2e320ea4bc9e19b782f728680e9560642f5bca09.zip
math/kamis: Broken where OpenMP isn't available
Reported by: fallout
-rw-r--r--math/kamis/Makefile6
1 files 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