From dbf6dbc9fbafd8f9670a4710e828b089666ca35d Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 20 Oct 2019 01:17:41 +0000 Subject: [PATCH] security/tfhe: Only for amd64 --- security/tfhe/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/tfhe/Makefile b/security/tfhe/Makefile index e22d925d6489..80beaea9be8d 100644 --- a/security/tfhe/Makefile +++ b/security/tfhe/Makefile @@ -12,6 +12,8 @@ COMMENT= Fast Fully Homomorphic Encryption (FHE) library over the Torus LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= amd64 # because of arch-specific assembly + BUILD_DEPENDS= cmake:devel/cmake TEST_DEPENDS= fftw3>0:math/fftw3 \ googletest>0:devel/googletest