Date: Sun, 26 Sep 2021 16:02:01 GMT From: Mikael Urankar <mikael@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 14ec34ede05b - main - math/combblas: Mark as only for x86 arch. Message-ID: <202109261602.18QG21bW022377@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=14ec34ede05bfff8e71d49406d682a95bb266b17 commit 14ec34ede05bfff8e71d49406d682a95bb266b17 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2021-09-26 16:01:31 +0000 Commit: Mikael Urankar <mikael@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109261602.18QG21bW022377>