mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
biology/fastani: Broken where OpenMP isn't available; Update WWW
Reported by: fallout
This commit is contained in:
parent
9c75484e89
commit
72e82b9c56
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,7 @@ CATEGORIES= biology
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
COMMENT= Fast Whole-Genome Similarity (ANI) Estimation
|
COMMENT= Fast Whole-Genome Similarity (ANI) Estimation
|
||||||
WWW= https://github.com/shenwei356/unikmer/
|
WWW= https://github.com/ParBLiSS/FastANI
|
||||||
|
|
||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
@ -14,6 +14,10 @@ LIB_DEPENDS= libgsl.so:math/gsl
|
||||||
|
|
||||||
USES= cmake:testing
|
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
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= ParBLiSS
|
GH_ACCOUNT= ParBLiSS
|
||||||
GH_PROJECT= FastANI
|
GH_PROJECT= FastANI
|
||||||
|
|
Loading…
Add table
Reference in a new issue