git: 14ec34ede05b - main - math/combblas: Mark as only for x86 arch.

Mikael Urankar mikael at FreeBSD.org
Sun Sep 26 16:02:01 UTC 2021


The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=14ec34ede05bfff8e71d49406d682a95bb266b17

commit 14ec34ede05bfff8e71d49406d682a95bb266b17
Author:     Mikael Urankar <mikael at FreeBSD.org>
AuthorDate: 2021-09-26 16:01:31 +0000
Commit:     Mikael Urankar <mikael at FreeBSD.org>
CommitDate: 2021-09-26 16:01:58 +0000

    math/combblas: Mark as only for x86 arch.
    
    It uses x86 asm.
---
 math/combblas/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/math/combblas/Makefile b/math/combblas/Makefile
index cd5967548f59..5bb225026e77 100644
--- a/math/combblas/Makefile
+++ b/math/combblas/Makefile
@@ -11,6 +11,9 @@ COMMENT=	Combinatorial BLAS library: an extensible parallel graph library
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=	amd64 i386
+ONLY_FOR_ARCHS_REASON=	fails to build: uses x86 asm
+
 LIB_DEPENDS=	libmpi.so:net/mpich
 RUN_DEPENDS=	${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so.1:lang/gcc${GCC_DEFAULT} # because of the link flags induced by mpich
 


More information about the dev-commits-ports-main mailing list