Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2022 12:08:02 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cab8cb10738a - main - net-p2p/cncli: Mark NOT_FOR_ARCHS=i386, requires AVX.
Message-ID:  <202208241208.27OC82FS048064@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

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

commit cab8cb10738ab6fefd4a8dd59776812b608a63c8
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-08-24 12:07:09 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-08-24 12:07:58 +0000

    net-p2p/cncli: Mark NOT_FOR_ARCHS=i386, requires AVX.
---
 net-p2p/cncli/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-p2p/cncli/Makefile b/net-p2p/cncli/Makefile
index fb9991be08a0..d46545f3e41a 100644
--- a/net-p2p/cncli/Makefile
+++ b/net-p2p/cncli/Makefile
@@ -9,6 +9,9 @@ COMMENT=		A community-based cardano-node CLI tool
 LICENSE=		APACHE20
 LICENSE_FILE=		${WRKSRC}/LICENSE
 
+NOT_FOR_ARCHS=		i386
+NOT_FOR_ARCHS_REASON=	cryptoxide Rust crate uses AVX2 instructions
+
 USES=		autoreconf:build cargo gmake libtool pkgconfig ssl
 
 USE_GITHUB=	yes



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