metadata.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>patrick@gentoo.org</email>
  6. <name>Patrick Lauer</name>
  7. </maintainer>
  8. <maintainer type="person">
  9. <email>oli.borm@web.de</email>
  10. <name>Oliver Borm</name>
  11. </maintainer>
  12. <maintainer type="project">
  13. <email>sci@gentoo.org</email>
  14. <name>Gentoo Science Project</name>
  15. </maintainer>
  16. <maintainer type="project">
  17. <email>proxy-maint@gentoo.org</email>
  18. <name>Proxy Maintainers</name>
  19. </maintainer>
  20. <use>
  21. <flag name="int64">Build the 64 bits integer library (needed for &gt; 2^31 vertices)</flag>
  22. <flag name="tools">Build and install extra exec tools</flag>
  23. </use>
  24. <longdescription lang="en">
  25. SCOTCH is a software package and libraries for graph, mesh and
  26. hypergraph partitioning, static mapping, and sparse matrix block
  27. ordering.
  28. Its purpose of Scotch is to apply graph theory, with a divide and
  29. conquer approach, to scientific computing problems such as graph and
  30. mesh partitioning, static mapping, and sparse matrix ordering, in
  31. application domains ranging from structural mechanics to operating
  32. systems or bio-chemistry.
  33. The SCOTCH distribution is a set of programs and libraries which
  34. implement the static mapping and sparse matrix reordering algorithms
  35. developed within the SCOTCH project.
  36. </longdescription>
  37. </pkgmetadata>