metadata.xml 946 B

1234567891011121314151617181920212223242526
  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. SuiteSparseQR is an implementation of the multifrontal sparse QR
  10. factorization method. Parallelism is exploited both in the BLAS and
  11. across different frontal matrices using Intel's Threading Building
  12. Blocks. It can obtain a substantial fraction of the theoretical
  13. peak performance of a multicore computer.
  14. </longdescription>
  15. <use>
  16. <flag name="partition">
  17. Use the partition module of <pkg>sci-libs/cholmod</pkg> for partitioning
  18. </flag>
  19. <flag name="tbb">Enable multithreading with the Intel Threads
  20. Building Block <pkg>dev-cpp/tbb</pkg></flag>
  21. </use>
  22. <upstream>
  23. <remote-id type="github">DrTimothyAldenDavis/SuiteSparse</remote-id>
  24. </upstream>
  25. </pkgmetadata>