mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
math/kamis: Broken where OpenMP isn't available
Reported by: fallout
This commit is contained in:
parent
c3718f64ec
commit
2e320ea4bc
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue