Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2020 18:51:58 +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: r526848 - head/security/palisade
Message-ID:  <202002221851.01MIpwBS067377@repo.freebsd.org>

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



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