51 lines
1.9 KiB
XML
51 lines
1.9 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>libvc</Name>
|
|
<Homepage>http://code.compeng.uni-frankfurt.de/projects/vc/</Homepage>
|
|
<Packager>
|
|
<Name>Alihan Öztürk</Name>
|
|
<Email>alihan@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>LGPLv3</License>
|
|
<IsA>library</IsA>
|
|
<Summary>A library to ease explicit vectorization of C++ code.</Summary>
|
|
<Description>Vc is a free software library to ease explicit vectorization of C++ code. It has an intuitive API and provides portability between different compilers and compiler versions as well as portability between different vector instruction sets.</Description>
|
|
<Archive sha1sum="b38c0127b67e1cbb378d66d07e2f5cda50fc42f5" type="targz">https://github.com/VcDevel/Vc/releases/download/1.3.0/Vc-1.3.0.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>cmake</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>libvc</Name>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib/libVc.a</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>libvc-devel</Name>
|
|
<Summary>Development files for libvc</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">libvc</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="header">/usr/include</Path>
|
|
<Path fileType="library">/usr/lib/cmake</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="1">
|
|
<Date>2016-12-31</Date>
|
|
<Version>1.3.0</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Alihan Öztürk</Name>
|
|
<Email>alihan@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|