biology/seqwish: Set OPENMP=OFF and broken where OpenMP isn't available

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2025-02-23 11:41:13 -08:00
parent 5dd0d5fcb9
commit f066ac192f
1 changed files with 4 additions and 0 deletions

View File

@ -23,7 +23,11 @@ CMAKE_ARGS= -DEXTRA_FLAGS="" # disable -march=native
PLIST_FILES= bin/${PORTNAME}
OPTIONS_DEFINE= OPENMP
.if exists(/usr/include/omp.h)
OPTIONS_DEFAULT= OPENMP
.else
OPENMP_BROKEN= OpenMP isn't available on this architecture
.endif
OPENMP_CMAKE_BOOL= USE_OPENMP
OPENMP_CXXFLAGS= -fopenmp