Date: Sun, 4 Dec 2022 06:52:18 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5872c16e3d7f - main - security/openfhe: Broken on i386 Message-ID: <202212040652.2B46qIJJ072000@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5872c16e3d7f84937ac7317b5861958021b1e1a2 commit 5872c16e3d7f84937ac7317b5861958021b1e1a2 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-12-04 06:51:53 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-12-04 06:51:53 +0000 security/openfhe: Broken on i386 Reported by: fallout --- security/openfhe/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/openfhe/Makefile b/security/openfhe/Makefile index 98069d7ed9f0..ed9db7abf880 100644 --- a/security/openfhe/Makefile +++ b/security/openfhe/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/openfheorg/openfhe-development LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= compilation fails: error: __int128 is not supported on this target + BUILD_DEPENDS= autoconf:devel/autoconf # possibly a mistake in the project USES= cmake:noninja,testing compiler:c++17-lang # cmake refuses to work with ninja
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212040652.2B46qIJJ072000>