56 lines
2.2 KiB
XML
56 lines
2.2 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>flann</Name>
|
|
<Homepage>http://www.cs.ubc.ca/research/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="e03d9d458757f70f6af1d330ff453e3621550a4f" type="zip">http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann-1.8.4-src.zip</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>cmake</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>flann</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>libgcc</Dependency>
|
|
<Dependency>libgomp</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="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> |