metadata.xml 1021 B

12345678910111213141516171819202122232425262728
  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@gentoo.org</email>
  6. <name>Gentoo Science Project</name>
  7. </maintainer>
  8. <maintainer type="project">
  9. <email>kde@gentoo.org</email>
  10. <name>Gentoo KDE Project</name>
  11. </maintainer>
  12. <longdescription>
  13. Eigen is a lightweight C++ template library for vector and matrix math,
  14. a.k.a. linear algebra. Unlike most other linear algebra libraries, Eigen
  15. focuses on the simple mathematical needs of applications: games and other
  16. OpenGL apps, spreadsheets and other office apps, etc. Eigen is dedicated to
  17. providing optimal speed with GCC.
  18. </longdescription>
  19. <use>
  20. <flag name="c++11">Build using the C++11 standard</flag>
  21. <flag name="cuda">Build with cuda support</flag>
  22. <flag name="cpu_flags_x86_f16c">Take advantage of CPU feature f16c</flag>
  23. </use>
  24. <upstream>
  25. <remote-id type="bitbucket">eigen/eigen</remote-id>
  26. </upstream>
  27. </pkgmetadata>