Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Nov 2021 12:19:37 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: 095314984cec - main - math/combblas: remove i386 from ONLY_FOR_ARCHS
Message-ID:  <202111071219.1A7CJbid095137@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=095314984cec70c6ade16b693e9e8b3d2b8896ec

commit 095314984cec70c6ade16b693e9e8b3d2b8896ec
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-11-07 12:14:51 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-11-07 12:14:51 +0000

    math/combblas: remove i386 from ONLY_FOR_ARCHS
    
    Depends on net/mpich, which depends on sysutils/slurm-wlm, which is not available on 32-bit architectures.
---
 math/combblas/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/combblas/Makefile b/math/combblas/Makefile
index b40124cc128e..e9e54af3b90f 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 powerpc64 powerpc64le
+ONLY_FOR_ARCHS=	amd64 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?202111071219.1A7CJbid095137>