git: 216e1100d184 - main - finance/fabric: Not for non-64-bit architectures
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 02:55:43 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=216e1100d18485f72c8288dbb505784a9f68064a
commit 216e1100d18485f72c8288dbb505784a9f68064a
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-12 02:54:51 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-12 02:54:51 +0000
finance/fabric: Not for non-64-bit architectures
Reported by: https://portsfallout.com/
---
finance/fabric/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/finance/fabric/Makefile b/finance/fabric/Makefile
index 1336d107767a..83823ef1958b 100644
--- a/finance/fabric/Makefile
+++ b/finance/fabric/Makefile
@@ -11,6 +11,8 @@ WWW= https://wiki.hyperledger.org/display/fabric
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc # compilation fails on non-64-bit systems: fabric-amcl/core/FP256BN/FP.go:111:19: cannot convert MConst (constant 30564559323915749 of type Chunk) to type int
+
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= hyperledger