Skip to content

Commit

Permalink
biology/hyphy: Broken on systems where OpenMP isn't enabled
Browse files Browse the repository at this point in the history
Reported by:	fallout
Approved by:	portmgr (blanket)
  • Loading branch information
yurivict committed Aug 4, 2022
1 parent 59564a1 commit 6a6938e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions biology/hyphy/Makefile
Expand Up @@ -8,6 +8,10 @@ COMMENT= Hypothesis testing using Phylogenies
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

.if !exists(/usr/include/omp.h)
BROKEN= requires OpenMP support that is missing on this architecture
.endif

ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc64le powerpc64 powerpc

LIB_DEPENDS= libcurl.so:ftp/curl
Expand Down

0 comments on commit 6a6938e

Please sign in to comment.