= libfplll = == Description == fpLLL-3.0.7 contains different implementations of the floating-point LLL reduction algorithm, 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. Website: http://perso.ens-lyon.fr/damien.stehle/english.html == License == * LGPL V2+ == SPKG Maintainers == * Martin Albrecht * Michael Abshoff == Upstream Contact == * Damien Stehle * David Cade == Dependencies == * gmp * mpfr == Changelog == === libfplll-3.0.12.p0 (Michael Abshoff, May 20th, 2009) === * Patch dpe.h with a Solaris specific compile workaround. === libfplll-3.0.12 (Michael Abshoff, May 12th, 2009) === * update to latest upstream === libfplll-3.0.11 (Michael Abshoff, May 7th, 2009) === * update to latest upstream * remove Debian dist files * add spkg-check script === libfplll-3.0.7 (Michael Abshoff, September 30th, 2008) === * update to latest upstream. The license has changed from GPL V2+ to LGPL V2.1+ * remove all workarounds but the dpe.h once for Solaris. The three other fixes have been upstreamed === libfplll-2.1.6-20071129.p5 (Michael Abshoff, September 24th, 2008) === * Fix Solaris 10 build with more elegant solution to the missing round() problem === libfplll-2.1.6-20071129.p4 (William Stein / Michael Abshoff, May 17th, 2008) === * Cygwin -- compile fix (do same as on sun to fplll.h) === libfplll-2.1.6-20071129.p3 (Michael Abshoff, April 15th, 2008) === * gcc 4.3. compile fix === libfplll-2.1.6-20071129.p2 (Michael Abshoff, March 23rd, 2008) === * fix wrong Debian build dependency (Tim Abbott, #2657) * clean up SPKG.txt * add 64 bit MacOSX build support (#1006) * verify that SAGE_LOCAL is defined (#633) === libfplll-2.1.6-20071129.p0 (Michael Abshoff, Jan. 28th, 2008) === * Solaris 9 build fixes === 2007-11-08 (Michael Abshoff) === * fix #1126 === 2007-10-24 (Martin Albrecht) === * initial version