72 lines
2.6 KiB
XML
72 lines
2.6 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>libvc</Name>
|
||
<Homepage>https://github.com/VcDevel/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="3d3ddd29eca7c2b541fd8d0f00923e57f58d5ef0" type="targz">https://github.com/VcDevel/Vc/releases/download/1.3.3/Vc-1.3.3.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="4">
|
||
<Date>2018-08-09</Date>
|
||
<Version>1.3.3</Version>
|
||
<Comment>Version Bump.</Comment>
|
||
<Name>Pisi Linux Community</Name>
|
||
<Email>admin@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="3">
|
||
<Date>2018-02-11</Date>
|
||
<Version>1.3.3</Version>
|
||
<Comment>Version Bump.</Comment>
|
||
<Name>Pisi Linux Community</Name>
|
||
<Email>admin@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="2">
|
||
<Date>2017-04-11</Date>
|
||
<Version>1.3.1</Version>
|
||
<Comment>Version bump</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
<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>
|