freebsd-ports/biology/fasttree/Makefile
Jason W. Bacon e1d8f0f9ca biology/fasttree: Drop dependency on gcc
Simply remove compiler:openmp
Builds with base compiler on amd64, i386, and powerpc64 12.x-RELEASE

PR:             port/247753, ports/252379
2021-01-11 16:58:13 +00:00

25 lines
610 B
Makefile

# $FreeBSD$
PORTNAME= FastTree
DISTVERSION= 2.1.10
PORTREVISION= 5
CATEGORIES= biology
MASTER_SITES= http://www.microbesonline.org/fasttree/
EXTRACT_SUFX= .c
MAINTAINER= jwb@FreeBSD.org
COMMENT= Approximately-maximum-likelihood phylogenetic trees from alignments
LICENSE= GPLv2+
BROKEN_armv6= fails to compile: FastTree-2.1.10.c:305:10: 'omp.h' file not found
BROKEN_armv7= fails to compile: FastTree-2.1.10.c:305:10: 'omp.h' file not found
NO_WRKSUBDIR= yes
PLIST_FILES= bin/FastTree
do-extract:
@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include <bsd.port.mk>