biology/hyphy: Add tests; Fix ONLY_FOR_ARCHS order

This commit is contained in:
Yuri Victorovich 2022-10-01 13:54:25 -07:00
parent b9aacaac4e
commit d6b3e9f9c4

View file

@ -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>