./wip/lidia, C++ Library For Computational Number Theory

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.2.0, Package name: lidia-2.2.0, Maintainer: esg

LiDIA is a C++ library for computational number theory which provides
a collection of highly optimized implementations of various multiprecision
data types and time-intensive algorithms. LiDIA is developed by the LiDIA
Group at the Darmstadt University of Technology.


Required to run:
[devel/gmp]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 9f6fbd8ba0f6aa1160dde0d2bc0bb06209b72fac
Filesize: 21846.646 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-03 11:10:35 by Aleksej Saushev | Files touched by this commit (193)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-01-17 11:48:03 by Emil Sköldberg | Files touched by this commit (17)
Log message:
Update maintainer email address to valid address.
   2009-10-11 12:44:40 by Thomas Klausner | Files touched by this commit (286)
Log message:
Remove obsolete @dirrm lines.
   2009-05-06 12:47:32 by Aleksey Cheusov | Files touched by this commit (20)
Log message:

fixed: if-less endif
   2009-03-20 20:43:38 by Jörg Sonnenberger | Files touched by this commit (284)
Log message:
Convert buildlink3.mk files to new world order.
   2006-08-28 11:50:59 by Emil Sköldberg | Files touched by this commit (3)
Log message:
Update to version 2.2.0.

Changes:
 
 * bigint input operator does no longer set failbit if it encounters EOF at
   the end of a number
 * fixed operator/(T a, bigrational const& b) for T != bigrational and a == 0.
 * fixed elliptic_curve<gf_element>::isomorphism_type(bigint&,
                                                      bigint&,
                                                      point< gf_element >&,
                                                      point< gf_element >&,
                                                      bool)
 * fixed HNF documentation.
 * fixed friend class declaration for param_desc.
 * Several bugfixes and cleanups in the MPQS and Lanczos code of
   single_factor<bigint>. (If the changes prove to be stable then
   rational_factorization will delegate all MPQS calls to
   single_factor<bigint> in further LiDIA releases.)
 * fixed build files for use with autoconf 2.59 / automake 1.9.6.
 * avoid fragile test of \pdfoutput in doc/{color.graphics}.cfg and use
   typearea.sty rather than geometry.sty due to a broken geometry.sty shipped
   with SuSE 10.0's teTeX 3.0.
 * fixed rational_factorization::compose() to prune really all factors with
   exponent 0.
 * many further small fixes...
   2006-04-06 09:17:58 by Jeremy C. Reed | Files touched by this commit (19)
Log message:
Change BUILDLINK_DEPENDS.foo to BUILDLINK_API_DEPENDS.foo.

Change BUILDLINK_RECOMMENDED.foo to BUILDLINK_ABI_DEPENDS.foo.

As discussed on tech-pkg.
   2005-11-15 10:56:15 by Emil Sköldberg | Files touched by this commit (1)
Log message:
Changed PKGNAME: lidia-* -> LiDIA-*.
(LiDIA is the capitalisation present in all paths.)