pspec.xml 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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>https://github.com/mariusmuja/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="ca3aee5670297f1db2eff122679ed9e87a70d830" type="targz">https://github.com/mariusmuja/flann/archive/1.9.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>hdf5-devel</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <Patch level="1">flann-1.9.1-cmake-3.11.patch</Patch>
  22. </Patches>
  23. </Source>
  24. <Package>
  25. <Name>flann</Name>
  26. <RuntimeDependencies>
  27. <Dependency>libgcc</Dependency>
  28. <Dependency>libgomp</Dependency>
  29. <Dependency>hdf5-devel</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. <Path fileType="executable">/usr/bin</Path>
  35. <Path fileType="data">/usr/share/flann</Path>
  36. </Files>
  37. </Package>
  38. <Package>
  39. <Name>flann-devel</Name>
  40. <Summary>Development files for flann</Summary>
  41. <RuntimeDependencies>
  42. <Dependency release="current">flann</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="header">/usr/include</Path>
  46. <Path fileType="library">/usr/lib/pkgconfig</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="6">
  51. <Date>2020-03-05</Date>
  52. <Version>1.9.1</Version>
  53. <Comment>Rebuild.</Comment>
  54. <Name>Kamil Atlı</Name>
  55. <Email>admin@pisilinux.org</Email>
  56. </Update>
  57. <Update release="5">
  58. <Date>2019-02-07</Date>
  59. <Version>1.9.1</Version>
  60. <Comment>Rebuild.</Comment>
  61. <Name>Kamil Atlı</Name>
  62. <Email>admin@pisilinux.org</Email>
  63. </Update>
  64. <Update release="4">
  65. <Date>2018-09-02</Date>
  66. <Version>1.9.1</Version>
  67. <Comment>Release Bump</Comment>
  68. <Name>Kamil Atlı</Name>
  69. <Email>admin@pisilinux.org</Email>
  70. </Update>
  71. <Update release="3">
  72. <Date>2017-04-30</Date>
  73. <Version>1.8.4</Version>
  74. <Comment>Release Bump</Comment>
  75. <Name>Kamil Atlı</Name>
  76. <Email>admin@pisilinux.org</Email>
  77. </Update>
  78. <Update release="2">
  79. <Date>2016-06-09</Date>
  80. <Version>1.8.4</Version>
  81. <Comment>Release Bump</Comment>
  82. <Name>Pisi Linux Community</Name>
  83. <Email>admin@pisilinux.org</Email>
  84. </Update>
  85. <Update release="1">
  86. <Date>2015-08-25</Date>
  87. <Version>1.8.4</Version>
  88. <Comment>First release</Comment>
  89. <Name>Osman Erkan</Name>
  90. <Email>osman.erkan@pisilinux.org</Email>
  91. </Update>
  92. </History>
  93. </PISI>