1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

security/tfhe: Only for amd64

This commit is contained in:
Yuri Victorovich 2019-10-20 01:17:41 +00:00
parent 4248cf9748
commit dbf6dbc9fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514872

View File

@ -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