Date: Sat, 1 Oct 2022 20:59:39 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: e205a8f1f6de - 2022Q4 - biology/hyphy: Add tests; Fix ONLY_FOR_ARCHS order Message-ID: <202210012059.291KxdKD097085@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e205a8f1f6de623b6ba859bc7927c52d59c5e584 commit e205a8f1f6de623b6ba859bc7927c52d59c5e584 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-01 20:54:25 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-01 20:59:37 +0000 biology/hyphy: Add tests; Fix ONLY_FOR_ARCHS order (cherry picked from commit d6b3e9f9c4f0c871c5625927378da900a3d81543) --- biology/hyphy/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/biology/hyphy/Makefile b/biology/hyphy/Makefile index 9e96954a676c..a3720c1b468e 100644 --- a/biology/hyphy/Makefile +++ b/biology/hyphy/Makefile @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210012059.291KxdKD097085>