View | Details | Raw Unified | Return to bug 265677
Collapse All | Expand All

(-)b/biology/hyphy/Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	hyphy
1
PORTNAME=	hyphy
2
DISTVERSION=	2.5.40
2
DISTVERSION=	2.5.41
3
CATEGORIES=	biology
3
CATEGORIES=	biology
4
4
5
MAINTAINER=	jrm@FreeBSD.org
5
MAINTAINER=	jrm@FreeBSD.org
Lines 9-15 LICENSE= MIT Link Here
9
LICENSE_FILE=	${WRKSRC}/LICENSE
9
LICENSE_FILE=	${WRKSRC}/LICENSE
10
10
11
.if !exists(/usr/include/omp.h)
11
.if !exists(/usr/include/omp.h)
12
BROKEN=		build fails w/out enabled OpenMP, see https://github.com/veg/hyphy/issues/1503
12
BROKEN=		requires OpenMP support that is missing on this architecture
13
.endif
13
.endif
14
14
15
ONLY_FOR_ARCHS=	aarch64 amd64 armv7 i386 powerpc64le powerpc64 powerpc
15
ONLY_FOR_ARCHS=	aarch64 amd64 armv7 i386 powerpc64le powerpc64 powerpc
(-)b/biology/hyphy/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1658155609
1
TIMESTAMP = 1659816156
2
SHA256 (veg-hyphy-2.5.40_GH0.tar.gz) = 4d588fa761ce2c81ac8ad68457802f6c9fe648c7c46c7ed9c57e1323c0462a82
2
SHA256 (veg-hyphy-2.5.41_GH0.tar.gz) = 959c18d0b9a65d21cfb667585ec34e1b4a5fd8092112cbd8489c0efa4ce2e7f2
3
SIZE (veg-hyphy-2.5.40_GH0.tar.gz) = 5634810
3
SIZE (veg-hyphy-2.5.41_GH0.tar.gz) = 5636184

Return to bug 265677