mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -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
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue