Date: Fri, 9 Dec 2022 02:41:46 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: 6a21f85f736c - main - security/openfhe: Broken on systems where OpenMP isn't enabled Message-ID: <202212090241.2B92fkmY070094@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=6a21f85f736c9ce739a38283e92be260ef8a94c1 commit 6a21f85f736c9ce739a38283e92be260ef8a94c1 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-12-09 02:39:24 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-12-09 02:39:24 +0000 security/openfhe: Broken on systems where OpenMP isn't enabled Reported by: fallout --- security/openfhe/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/openfhe/Makefile b/security/openfhe/Makefile index ed9db7abf880..bf41b1567955 100644 --- a/security/openfhe/Makefile +++ b/security/openfhe/Makefile @@ -12,6 +12,9 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= compilation fails: error: __int128 is not supported on this target +.if !exists(/usr/include/omp.h) +BROKEN= requires OpenMP support that is missing on this architecture +.endif BUILD_DEPENDS= autoconf:devel/autoconf # possibly a mistake in the project
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212090241.2B92fkmY070094>