biology/fastani: Broken where OpenMP isn't available; Update WWW

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2024-11-02 22:45:54 -07:00
parent 9c75484e89
commit 72e82b9c56

View file

@ -5,7 +5,7 @@ CATEGORIES= biology
MAINTAINER= yuri@FreeBSD.org
COMMENT= Fast Whole-Genome Similarity (ANI) Estimation
WWW= https://github.com/shenwei356/unikmer/
WWW= https://github.com/ParBLiSS/FastANI
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
@ -14,6 +14,10 @@ LIB_DEPENDS= libgsl.so:math/gsl
USES= cmake:testing
.if !exists(/usr/include/omp.h)
BROKEN= build w/out OpenMP support still attempts to use omp.h, see https://github.com/ParBLiSS/FastANI/issues/139
.endif
USE_GITHUB= yes
GH_ACCOUNT= ParBLiSS
GH_PROJECT= FastANI