diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-09-11 19:12:02 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-09-11 19:12:02 +0000 |
commit | d70b325d751a21d860065cb0b373e219f37ec265 (patch) | |
tree | 3cdc06fd2db037da3543a71cea4e1e1f06e1cda1 /sci-libs/primegen/metadata.xml | |
parent | amd64 stable, bug #267081 (diff) | |
download | gentoo-2-d70b325d751a21d860065cb0b373e219f37ec265.tar.gz gentoo-2-d70b325d751a21d860065cb0b373e219f37ec265.tar.bz2 gentoo-2-d70b325d751a21d860065cb0b373e219f37ec265.zip |
Fixed missing headers QA, added a test, and included the uint32.h and uint64.h in primegen.h to avoid collision with dev-db/cdb. Closing bug #248327 and bug #279295
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/primegen/metadata.xml')
-rw-r--r-- | sci-libs/primegen/metadata.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sci-libs/primegen/metadata.xml b/sci-libs/primegen/metadata.xml index b229aec85b8f..9f23340da130 100644 --- a/sci-libs/primegen/metadata.xml +++ b/sci-libs/primegen/metadata.xml @@ -1,5 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> +<herd>sci-mathematics</herd> +<longdescription lang="en"> + primegen is a small, fast library to generate prime numbers in + order. It generates the 50847534 primes up to 1000000000 in just 8 + seconds on a Pentium II-350; it prints them in decimal in just 35 + seconds. + + primegen can generate primes up to 1000000000000000, although it + is not optimized for primes past 32 bits. It uses the Sieve of Atkin + instead of the traditional Sieve of Eratosthenes. +</longdescription> </pkgmetadata> |