metadata.xml 770 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>sci@gentoo.org</email>
  6. <name>Gentoo Science Project</name>
  7. </maintainer>
  8. <longdescription lang="en">
  9. UMFPACK is a set of routines for solving unsymmetric sparse linear
  10. systems, Ax=b, using the Unsymmetric MultiFrontal method.
  11. Includes a C-callable interface, and a Fortran-callable interface.
  12. MATLAB routines are not included in the Gentoo package.
  13. </longdescription>
  14. <use>
  15. <flag name="cholmod">Use <pkg>sci-libs/cholmod</pkg> for matrix
  16. ordering</flag>
  17. </use>
  18. <upstream>
  19. <remote-id type="github">DrTimothyAldenDavis/SuiteSparse</remote-id>
  20. </upstream>
  21. </pkgmetadata>