math/kamis: Broken where OpenMP isn't available

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2024-05-20 08:22:04 -07:00
parent c3718f64ec
commit 2e320ea4bc

View file

@ -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