Files
main/programming/misc/flann/pspec.xml
T
2020-03-06 10:53:02 +03:00

97 lines
3.6 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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>