biology/hyphy: Add tests; Fix ONLY_FOR_ARCHS order
This commit is contained in:
parent
b9aacaac4e
commit
d6b3e9f9c4
1 changed files with 5 additions and 2 deletions
|
@ -13,11 +13,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
BROKEN= requires OpenMP support that is missing on this architecture
|
||||
.endif
|
||||
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc64le powerpc64 powerpc
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le
|
||||
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl
|
||||
|
||||
USES= cmake localbase:ldflags
|
||||
USES= cmake:insource,testing localbase:ldflags # tests fail in outsource build, see https://github.com/veg/hyphy/issues/1528
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= veg
|
||||
|
||||
|
@ -26,4 +27,6 @@ AVX_DESC= Advanced vector extensions support
|
|||
|
||||
AVX_CMAKE_OFF= -DNOAVX:BOOL=ON
|
||||
|
||||
# 2 tests fail, see https://github.com/veg/hyphy/issues/1529
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue