svn commit: r526848 - head/security/palisade

Yuri Victorovich yuri at FreeBSD.org
Sat Feb 22 18:51:59 UTC 2020


Author: yuri
Date: Sat Feb 22 18:51:58 2020
New Revision: 526848
URL: https://svnweb.freebsd.org/changeset/ports/526848

Log:
  security/palisade: Add the OPENMP option

Modified:
  head/security/palisade/Makefile

Modified: head/security/palisade/Makefile
==============================================================================
--- head/security/palisade/Makefile	Sat Feb 22 18:51:01 2020	(r526847)
+++ head/security/palisade/Makefile	Sat Feb 22 18:51:58 2020	(r526848)
@@ -3,7 +3,7 @@
 PORTNAME=	palisade
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.8.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security math
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -36,6 +36,11 @@ CMAKE_ARGS=	-DWITH_NTL=Y
 LDFLAGS+=	${LOCALBASE}/lib/libntl.so # libntl is optional in palisade but is necessary in FreeBSD because is has an equivalent of quadmath.h that is missing in FreeBSD. -DWITH_NTL should be added by users to the compiler command lines.
 
 CXXFLAGS+=	-I${WRKSRC}/third-party/google-test/googletest
+
+OPTIONS_DEFINE=		OPENMP
+OPTIONS_DEFAULT=	OPENMP
+
+OPENMP_CMAKE_BOOL=	USE_OpenMP
 
 do-test:
 	@cd ${BUILD_WRKSRC} && \


More information about the svn-ports-all mailing list