git: 12098c340763 - main - math/combblas: enable on powerpc64*

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 06 Oct 2021 21:07:20 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=12098c3407633584daba845de5678af6460d2b53

commit 12098c3407633584daba845de5678af6460d2b53
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-10-06 20:52:36 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-10-06 20:52:36 +0000

    math/combblas: enable on powerpc64*
---
 math/combblas/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/combblas/Makefile b/math/combblas/Makefile
index 5bb225026e77..b40124cc128e 100644
--- a/math/combblas/Makefile
+++ b/math/combblas/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Combinatorial BLAS library: an extensible parallel graph library
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64 i386
+ONLY_FOR_ARCHS=	amd64 i386 powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	fails to build: uses x86 asm
 
 LIB_DEPENDS=	libmpi.so:net/mpich