pspec.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>flann</Name>
  6. <Homepage>http://www.cs.ubc.ca/research/flann/</Homepage>
  7. <Packager>
  8. <Name>Osman Erkan</Name>
  9. <Email>osman.erkan@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional space.</Summary>
  14. <Description>FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces. It contains a collection of algorithms we found to work best for nearest neighbor search and a system for automatically choosing the best algorithm and optimum parameters depending on the dataset.</Description>
  15. <Archive sha1sum="e03d9d458757f70f6af1d330ff453e3621550a4f" type="zip">http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann-1.8.4-src.zip</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. </BuildDependencies>
  19. <Patches>
  20. <Patch>flann-1.8.4-gcc6.patch</Patch>
  21. </Patches>
  22. </Source>
  23. <Package>
  24. <Name>flann</Name>
  25. <RuntimeDependencies>
  26. <Dependency>libgcc</Dependency>
  27. <Dependency>libgomp</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="data">/usr/share/flann</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>flann-devel</Name>
  38. <Summary>Development files for flann</Summary>
  39. <RuntimeDependencies>
  40. <Dependency release="current">flann</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="header">/usr/include</Path>
  44. <Path fileType="library">/usr/lib/pkgconfig</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="3">
  49. <Date>2017-04-30</Date>
  50. <Version>1.8.4</Version>
  51. <Comment>Release Bump</Comment>
  52. <Name>Kamil Atlı</Name>
  53. <Email>admin@pisilinux.org</Email>
  54. </Update>
  55. <Update release="2">
  56. <Date>2016-06-09</Date>
  57. <Version>1.8.4</Version>
  58. <Comment>Release Bump</Comment>
  59. <Name>Pisi Linux Community</Name>
  60. <Email>admin@pisilinux.org</Email>
  61. </Update>
  62. <Update release="1">
  63. <Date>2015-08-25</Date>
  64. <Version>1.8.4</Version>
  65. <Comment>First release</Comment>
  66. <Name>Osman Erkan</Name>
  67. <Email>osman.erkan@pisilinux.org</Email>
  68. </Update>
  69. </History>
  70. </PISI>