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 USES= cmake
USE_LDCONFIG= yes USE_LDCONFIG= yes
#.if !exists(/usr/include/omp.h) .if !exists(/usr/include/omp.h)
#USES+= compiler:gcc-c++11-lib BROKEN= requires OpenMP support that is missing on this architecture
#.endif .endif
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= KarlsruheMIS GH_ACCOUNT= KarlsruheMIS