svn commit: r464907 - head/biology/fasttree
Mark Linimon
linimon at FreeBSD.org
Sun Mar 18 13:38:24 UTC 2018
Author: linimon
Date: Sun Mar 18 13:38:23 2018
New Revision: 464907
URL: https://svnweb.freebsd.org/changeset/ports/464907
Log:
Mark the latest version broken on armvX. Note: 2.1.8.3 built ok.
Approved by: portmgr (tier-2 blanket)
Modified:
head/biology/fasttree/Makefile
Modified: head/biology/fasttree/Makefile
==============================================================================
--- head/biology/fasttree/Makefile Sun Mar 18 13:19:31 2018 (r464906)
+++ head/biology/fasttree/Makefile Sun Mar 18 13:38:23 2018 (r464907)
@@ -12,6 +12,9 @@ COMMENT= Approximately-maximum-likelihood phylogenetic
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
+
USES= compiler:openmp
NO_WRKSUBDIR= yes
More information about the svn-ports-all
mailing list