12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>flann</Name>
- <Homepage>https://github.com/mariusmuja/flann</Homepage>
- <Packager>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Packager>
- <License>BSD</License>
- <IsA>library</IsA>
- <Summary>FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional space.</Summary>
- <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>
- <Archive sha1sum="ca3aee5670297f1db2eff122679ed9e87a70d830" type="targz">https://github.com/mariusmuja/flann/archive/1.9.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>hdf5-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">flann-1.9.1-cmake-3.11.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>flann</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- <Dependency>libgomp</Dependency>
- <Dependency>hdf5-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/flann</Path>
- </Files>
- </Package>
- <Package>
- <Name>flann-devel</Name>
- <Summary>Development files for flann</Summary>
- <RuntimeDependencies>
- <Dependency release="current">flann</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2020-03-05</Date>
- <Version>1.9.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Kamil Atlı</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2019-02-07</Date>
- <Version>1.9.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Kamil Atlı</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2018-09-02</Date>
- <Version>1.9.1</Version>
- <Comment>Release Bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-04-30</Date>
- <Version>1.8.4</Version>
- <Comment>Release Bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.8.4</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-08-25</Date>
- <Version>1.8.4</Version>
- <Comment>First release</Comment>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|