Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Oct 2021 21:07:20 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 12098c340763 - main - math/combblas: enable on powerpc64*
Message-ID:  <202110062107.196L7KgC049823@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110062107.196L7KgC049823>