svn commit: r514872 - head/security/tfhe
Yuri Victorovich
yuri at FreeBSD.org
Sun Oct 20 01:17:42 UTC 2019
Author: yuri
Date: Sun Oct 20 01:17:41 2019
New Revision: 514872
URL: https://svnweb.freebsd.org/changeset/ports/514872
Log:
security/tfhe: Only for amd64
Modified:
head/security/tfhe/Makefile
Modified: head/security/tfhe/Makefile
==============================================================================
--- head/security/tfhe/Makefile Sun Oct 20 00:51:11 2019 (r514871)
+++ head/security/tfhe/Makefile Sun Oct 20 01:17:41 2019 (r514872)
@@ -12,6 +12,8 @@ COMMENT= Fast Fully Homomorphic Encryption (FHE) libra
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
More information about the svn-ports-all
mailing list