Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2019 01:17:41 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514872 - head/security/tfhe
Message-ID:  <201910200117.x9K1Hfb5002882@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910200117.x9K1Hfb5002882>