Skip to content

Commit

Permalink
biology/fasttree: check for omp.h on all architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Apr 27, 2022
1 parent dbdb55a commit cf150ef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions biology/fasttree/Makefile
Expand Up @@ -10,14 +10,10 @@ 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

NO_WRKSUBDIR= yes
PLIST_FILES= bin/FastTree

.include <bsd.port.options.mk>

.if ${ARCH} == armv7 || ${ARCH} == powerpc
.if !exists(/usr/include/omp.h)
USES= compiler:gcc-c++11-lib
.endif

Expand Down

0 comments on commit cf150ef

Please sign in to comment.