Port details |
- fplll Lattice algorithms using floating-point arithmetic
- 5.4.1 math
=0 5.4.1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2018-12-08 10:09:23
- Last Update: 2021-05-16 16:15:40
- Commit Hash: e88a1e8
- License: LGPL21
- Description:
- fplll contains implementations of several lattice algorithms. The implementation
relies on floating-point orthogonalization, and LLL is central to the code,
hence the name.
It includes implementations of floating-point LLL reduction algorithms, offering
different speed/guarantees ratios. It contains a 'wrapper' choosing the
estimated best sequence of variants in order to provide a guaranteed output as
fast as possible. In the case of the wrapper, the succession of variants is
oblivious to the user.
It includes an implementation of the BKZ reduction algorithm, including the
BKZ-2.0 improvements (extreme enumeration pruning, pre-processing of blocks,
early termination). Additionally, Slide reduction and self dual BKZ are
supported.
WWW: https://github.com/fplll/fplll
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/fplll/ && make install clean
- To add the package, run one of these commands:
- pkg install math/fplll
- pkg install fplll
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fplll
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1621138328
SHA256 (fplll-fplll-5.4.1_GH0.tar.gz) = 8cf4d122e40ae0df34dc3b449fd3802885c89a4f4eda51317b0bbdc285d7fdc7
SIZE (fplll-fplll-5.4.1_GH0.tar.gz) = 2330545
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libgmp.so : math/gmp
- libmpfr.so : math/mpfr
- libqd.so : math/qd
- This port is required by:
- for Libraries
-
- math/cmh
- math/linbox
- math/py-fpylll
- math/sage
- Configuration Options:
- No options to configure
- Options name:
- math_fplll
- USES:
- autoreconf compiler:c++11-lang gmake libtool localbase:ldflags pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 May 2021 16:15:40 5.4.1
|
Yuri Victorovich (yuri)  |
math/fplll: Update 5.4.0 -> 5.4.1
Reported by: portscout |
07 Apr 2021 08:09:01 5.4.0
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 5.4.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Dec 2020 02:34:37
5.4.0
|
yuri  |
math/fplll: Upgrade 5.3.3 -> 5.4.0
PR: 251611
Submitted by: thierry |
30 Jun 2020 16:10:10
5.3.3
|
yuri  |
math/fplll: Update 5.3.2 -> 5.3.3
Reported by: portscout |
12 Jan 2020 01:36:20
5.3.2
|
yuri  |
math/fplll: Update 5.3.0 -> 5.3.2 |
24 Nov 2019 19:21:58
5.3.0
|
yuri  |
math/fplll: Update 5.2.1-229 -> 5.3.0
Reported by: portscout |
26 Jul 2019 20:46:57
5.2.1.229_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
12 Mar 2019 01:15:56
5.2.1.229
|
linimon  |
Fix build on gcc-based architectures:
configure: error: *** A compiler with support for C++11 language features is
required.
Approved by: portmgr (tier-2 blanket) |
08 Dec 2018 08:30:21
5.2.1.229
|
yuri  |
New port: math/fplll: Lattice algorithms using floating-point arithmetic |