mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
math/clad: Only available where OpenMP is available
The build on armv7 failed because of this. Reported by: fallout
This commit is contained in:
parent
ef1a2c4586
commit
6a4fe14a1f
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ WWW= https://github.com/vgvassilev/clad
|
||||||
LICENSE= LGPL3
|
LICENSE= LGPL3
|
||||||
LICENSE_FILE= ${WRKSRC}/License.txt
|
LICENSE_FILE= ${WRKSRC}/License.txt
|
||||||
|
|
||||||
|
.if !exists(/usr/include/omp.h)
|
||||||
|
BROKEN= requires OpenMP support that is missing on this architecture
|
||||||
|
.endif
|
||||||
|
|
||||||
TEST_DEPENDS= kokkos>0:devel/kokkos
|
TEST_DEPENDS= kokkos>0:devel/kokkos
|
||||||
|
|
||||||
USES= cmake:testing llvm:16,build,run localbase
|
USES= cmake:testing llvm:16,build,run localbase
|
||||||
|
|
Loading…
Add table
Reference in a new issue