metadata.xml 1.2 KB

1234567891011121314151617181920212223242526
  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. The Computational Geometry Algorithms Library is a collaborative
  10. open source library containing:
  11. * the Kernel with geometric primitives such as points, vectors,
  12. lines, predicates for testing things such as relative positions of
  13. points, and operations such as intersections and distance calculation.
  14. * the Basic Library which is a collection of standard data
  15. structures and geometric algorithms, such as convex hull in 2D/3D,
  16. (Delaunay) triangulation in 2D/3D, planar map, polyhedron, smallest
  17. enclosing circle, and multidimensional query structures.
  18. * the Support Library which offers interfaces to other packages,
  19. e.g., for visualisation, and I/O, and other support facilities.
  20. </longdescription>
  21. <use>
  22. <flag name="mpfi">Enable support for multiple recision interval arithmetic via <pkg>sci-libs/mpfi</pkg></flag>
  23. <flag name="ntl">Enable support for <pkg>dev-libs/ntl</pkg></flag>
  24. </use>
  25. </pkgmetadata>