git: 1f3245cbb1c7 - 2022Q3 - security/palisade: Add BROKEN lines
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Jul 2022 19:07:56 UTC
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f3245cbb1c76e38953d91151a990914c965ccc4 commit 1f3245cbb1c76e38953d91151a990914c965ccc4 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-20 19:05:37 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-20 19:07:46 +0000 security/palisade: Add BROKEN lines Reported by: fallout (cherry picked from commit 06bdce23da30df3af221c4c075ffee519383e200) --- security/palisade/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/security/palisade/Makefile b/security/palisade/Makefile index d721da33398b..e866dd36c1b4 100644 --- a/security/palisade/Makefile +++ b/security/palisade/Makefile @@ -9,9 +9,12 @@ COMMENT= PALISADE lattice cryptography library for Fully Homomorphic Encryption LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_i386= fails to build: a declaration of 'Mul128' must be available +BROKEN_i386= fails to build: a declaration of 'Mul128' must be available BROKEN_powerpc64= fails to build: math/native_int/binint.h:510:11: error: Architecture not supported for MultD() -BROKEN_armv6= configure fails: ** ERROR ** OpenMP is not installed +BROKEN_riscv64= fails to build: math/bigintnat/ubintnat.h:2250:2: error: Architecture not supported for MultD() +.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