math/fplll: Upgrade 5.3.3 -> 5.4.0
PR: 251611 Submitted by: thierry
This commit is contained in:
parent
dc2a1a0a4d
commit
8bab0b5fde
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557105
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fplll
|
||||
DISTVERSION= 5.3.3
|
||||
DISTVERSION= 5.4.0
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -11,7 +11,8 @@ LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libgmp.so:math/gmp \
|
||||
libmpfr.so:math/mpfr
|
||||
libmpfr.so:math/mpfr \
|
||||
libqd.so:math/qd
|
||||
|
||||
USES= autoreconf compiler:c++11-lang gmake libtool localbase:ldflags pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
@ -19,4 +20,8 @@ CONFIGURE_ARGS= --disable-static
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
TEST_TARGET= check
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1593529990
|
||||
SHA256 (fplll-fplll-5.3.3_GH0.tar.gz) = 8b3fcd0ea09ea1ef9beac30c194480b7e27363b52900aa55fe752d4fdd2b2198
|
||||
SIZE (fplll-fplll-5.3.3_GH0.tar.gz) = 1026240
|
||||
TIMESTAMP = 1607184213
|
||||
SHA256 (fplll-fplll-5.4.0_GH0.tar.gz) = e1c42cd09455a198ca36ce4617e564127a2009e5cd2606f7e0085189d1ad5f64
|
||||
SIZE (fplll-fplll-5.4.0_GH0.tar.gz) = 2330507
|
||||
|
@ -1,5 +1,4 @@
|
||||
bin/fplll
|
||||
bin/latsieve
|
||||
bin/latticegen
|
||||
include/fplll.h
|
||||
include/fplll/bkz.h
|
||||
@ -8,6 +7,7 @@ include/fplll/defs.h
|
||||
include/fplll/enum/enumerate.h
|
||||
include/fplll/enum/enumerate_base.h
|
||||
include/fplll/enum/enumerate_ext.h
|
||||
include/fplll/enum/enumerate_ext_api.h
|
||||
include/fplll/enum/evaluator.h
|
||||
include/fplll/fplll.h
|
||||
include/fplll/fplll_config.h
|
||||
@ -39,16 +39,12 @@ include/fplll/nr/nr_rand.inl
|
||||
include/fplll/nr/numvect.h
|
||||
include/fplll/pruner/pruner.h
|
||||
include/fplll/pruner/pruner_simplex.h
|
||||
include/fplll/sieve/sampler_basic.h
|
||||
include/fplll/sieve/sieve_common.h
|
||||
include/fplll/sieve/sieve_gauss.h
|
||||
include/fplll/sieve/sieve_gauss_str.h
|
||||
include/fplll/svpcvp.h
|
||||
include/fplll/threadpool.h
|
||||
include/fplll/util.h
|
||||
include/fplll/wrapper.h
|
||||
lib/libfplll.so
|
||||
lib/libfplll.so.6
|
||||
lib/libfplll.so.6.0.3
|
||||
lib/libfplll.so.7
|
||||
lib/libfplll.so.7.0.0
|
||||
libdata/pkgconfig/fplll.pc
|
||||
%%DATADIR%%/strategies/default.json
|
||||
|
Loading…
Reference in New Issue
Block a user