git: 8a75ffbc9ffc - main - biology/hhsuite: drop HAVE_POWER8 on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Apr 2022 17:25:30 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a75ffbc9ffcdcf330104bfbbc95f5ad57fbf92a commit 8a75ffbc9ffcdcf330104bfbbc95f5ad57fbf92a Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-21 17:11:16 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-21 17:11:16 +0000 biology/hhsuite: drop HAVE_POWER8 on powerpc64 powerpc64 uses PPC970 as a baseline. --- biology/hhsuite/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/biology/hhsuite/Makefile b/biology/hhsuite/Makefile index a5eadbd193e2..b0c6425e0e19 100644 --- a/biology/hhsuite/Makefile +++ b/biology/hhsuite/Makefile @@ -1,6 +1,7 @@ PORTNAME= hhsuite DISTVERSIONPREFIX= v DISTVERSION= 3.3.0 +PORTREVISION= 1 CATEGORIES= biology science MAINTAINER= yuri@FreeBSD.org @@ -25,7 +26,7 @@ LDFLAGS+= -Wl,-rpath,${LOCALBASE}/mpi/openmpi/lib -L${LOCALBASE}/mpi/openmpi/lib CMAKE_ON= HAVE_ARM8 .elif ${ARCH} == amd64 || ${ARCH} == i386 CMAKE_ON= HAVE_SSE2 -.elif ${ARCH:Mpowerpc64*} +.elif ${ARCH} == powerpc64le CMAKE_ON= HAVE_POWER8 .endif