diff options
-rw-r--r-- | biology/fasttree/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/biology/fasttree/Makefile b/biology/fasttree/Makefile index a6eaebdf7c26..af6047b8d47b 100644 --- a/biology/fasttree/Makefile +++ b/biology/fasttree/Makefile @@ -12,6 +12,9 @@ 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 + USES= compiler:openmp NO_WRKSUBDIR= yes |