math/kamis: unbreak on libomp-less architectures

Builds fine with GCC on powerpc.
This commit is contained in:
Piotr Kubaj 2022-12-25 13:12:02 +00:00
parent 5f7d5bb6c0
commit 992c83e724
1 changed files with 4 additions and 4 deletions

View File

@ -11,13 +11,13 @@ WWW= https://karlsruhemis.github.io/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
.if !exists(/usr/include/omp.h)
BROKEN= requires OpenMP support that is missing on this architecture
.endif
USES= cmake
USE_LDCONFIG= yes
.if !exists(/usr/include/omp.h)
USES+= compiler:gcc-c++11-lib
.endif
USE_GITHUB= yes
GH_ACCOUNT= KarlsruheMIS
GH_PROJECT= KaMIS