metadata.xml 1.2 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>sci-mathematics@gentoo.org</email>
  6. <name>Gentoo Mathematics Project</name>
  7. </maintainer>
  8. <longdescription lang="en">
  9. PARI is a widely used computer algebra system designed for fast
  10. computations in number theory (factorizations, algebraic number
  11. theory, elliptic curves...), but also contains a large number of other
  12. useful functions to compute with mathematical entities such as
  13. matrices, polynomials, power series, algebraic numbers, etc., and a
  14. lot of transcendental functions.
  15. The extra data is avaialable through use flag:
  16. * elldata is PARI/GP version of J. E. Cremona Elliptic Curve Data,
  17. needed by ellsearch and ellidentify.
  18. * galdata is needed by polgalois to compute Galois group in degrees
  19. 8 through 11.
  20. * seadata is needed by ellap for large primes.
  21. * nftables is a repackaging of the historical megrez number field
  22. tables (errors fixed, 1/10th the size, easier to use).
  23. </longdescription>
  24. <use>
  25. <flag name="data">Add additional data (elldata, galdata, seadata, nftables)</flag>
  26. </use>
  27. </pkgmetadata>