metadata.xml 882 B

1234567891011121314151617181920212223
  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. <longdescription lang="en">
  9. FLANN is a library for performing fast approximate nearest neighbor
  10. searches in high dimensional spaces. It contains a collection of
  11. algorithms we found to work best for nearest neighbor search and a
  12. system for automatically choosing the best algorithm and optimum
  13. parameters depending on the dataset.
  14. FLANN is written in C++ and contains bindings for the following
  15. languages: C, MATLAB and Python.
  16. </longdescription>
  17. <use>
  18. <flag name="octave">Add bindings for
  19. <pkg>sci-mathematics/octave</pkg></flag>
  20. <flag name="cuda">Enable support for nVidia CUDA</flag>
  21. </use>
  22. </pkgmetadata>