mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
security/helib: Update 1.3.1 -> 2.0.0
This commit is contained in:
parent
02a8b1decf
commit
b73a72500d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562452
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= helib
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.1
|
||||
DISTVERSION= 2.0.0
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -15,13 +15,14 @@ BROKEN_i386= no matching function for call to 'assertEq', see https://github.com
|
||||
LIB_DEPENDS= libgmp.so:math/gmp \
|
||||
libntl.so:math/ntl
|
||||
|
||||
USES= cmake compiler:c++14-lang
|
||||
USES= cmake compiler:c++17-lang
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= homenc
|
||||
GH_PROJECT= HElib
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ON= BUILD_SHARED
|
||||
CMAKE_ARGS= -DNTL_DIR=${LOCALBASE}
|
||||
|
||||
do-test:
|
||||
@cd ${BUILD_WRKSRC} && \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1609563114
|
||||
SHA256 (homenc-HElib-v1.3.1_GH0.tar.gz) = 8ef47092f6b15fbb484a21f9184e7d936c360198515b6efb9a55d3dfbc2ea4be
|
||||
SIZE (homenc-HElib-v1.3.1_GH0.tar.gz) = 2732405
|
||||
TIMESTAMP = 1611466311
|
||||
SHA256 (homenc-HElib-v2.0.0_GH0.tar.gz) = 4e371807fe052ca27dce708ea302495a8dae8d1196e16e86df424fb5b0e40524
|
||||
SIZE (homenc-HElib-v2.0.0_GH0.tar.gz) = 2909744
|
||||
|
@ -11,6 +11,7 @@ include/helib/EvalMap.h
|
||||
include/helib/FHE.h
|
||||
include/helib/IndexMap.h
|
||||
include/helib/IndexSet.h
|
||||
include/helib/JsonWrapper.h
|
||||
include/helib/Matrix.h
|
||||
include/helib/NumbTh.h
|
||||
include/helib/PAlgebra.h
|
||||
@ -25,7 +26,6 @@ include/helib/apiAttributes.h
|
||||
include/helib/assertions.h
|
||||
include/helib/binaryArith.h
|
||||
include/helib/binaryCompare.h
|
||||
include/helib/binio.h
|
||||
include/helib/bluestein.h
|
||||
include/helib/debugging.h
|
||||
include/helib/exceptions.h
|
||||
@ -58,7 +58,7 @@ include/helib/version.h
|
||||
include/helib/zeroValue.h
|
||||
include/helib/zzX.h
|
||||
lib/libhelib.so
|
||||
lib/libhelib.so.1.3.1
|
||||
lib/libhelib.so.2.0.0
|
||||
share/cmake/helib/helibConfig.cmake
|
||||
share/cmake/helib/helibConfigVersion.cmake
|
||||
share/cmake/helib/helibTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
|
Loading…
Reference in New Issue
Block a user