math/clad: Only available where OpenMP is available

The build on armv7 failed because of this.

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2025-01-13 08:29:30 -07:00
parent ef1a2c4586
commit 6a4fe14a1f

View file

@ -10,6 +10,10 @@ WWW= https://github.com/vgvassilev/clad
LICENSE= LGPL3
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
USES= cmake:testing llvm:16,build,run localbase