Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jul 2021 22:31:33 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: fb6c58738064 - main - security/helib: disable on 32-bits
Message-ID:  <202107112231.16BMVXEe031007@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=fb6c587380649e9d1cbdd32c4f4b00120d9e3d86

commit fb6c587380649e9d1cbdd32c4f4b00120d9e3d86
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-07-11 22:31:17 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-07-11 22:31:17 +0000

    security/helib: disable on 32-bits
    
    CMake Error at CMakeLists.txt:24 (message):
      HElib requires a 64-bit architecture.
---
 security/helib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/helib/Makefile b/security/helib/Makefile
index 1acd0804716e..f5e105c5a8c2 100644
--- a/security/helib/Makefile
+++ b/security/helib/Makefile
@@ -8,7 +8,7 @@ COMMENT=	Implementation of homomorphic encryption
 
 LICENSE=	APACHE20
 
-BROKEN_i386=	no matching function for call to 'assertEq', see https://github.com/homenc/HElib/issues/342
+NOT_FOR_ARCHS=	armv6 armv7 i386 mips powerpc powerpcspe
 
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libntl.so:math/ntl



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