pspec.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libvc</Name>
  6. <Homepage>http://code.compeng.uni-frankfurt.de/projects/vc/</Homepage>
  7. <Packager>
  8. <Name>Alihan Öztürk</Name>
  9. <Email>alihan@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv3</License>
  12. <IsA>library</IsA>
  13. <Summary>A library to ease explicit vectorization of C++ code.</Summary>
  14. <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>
  15. <Archive sha1sum="6d37c8f5f7c4c800a48758ede8309d4d76238e07" type="targz">https://github.com/VcDevel/Vc/releases/download/1.3.1/Vc-1.3.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>libvc</Name>
  22. <Files>
  23. <Path fileType="library">/usr/lib/libVc.a</Path>
  24. <Path fileType="doc">/usr/share/doc</Path>
  25. </Files>
  26. </Package>
  27. <Package>
  28. <Name>libvc-devel</Name>
  29. <Summary>Development files for libvc</Summary>
  30. <RuntimeDependencies>
  31. <Dependency release="current">libvc</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="header">/usr/include</Path>
  35. <Path fileType="library">/usr/lib/cmake</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="2">
  40. <Date>2017-04-11</Date>
  41. <Version>1.3.1</Version>
  42. <Comment>Version bump</Comment>
  43. <Name>Kamil Atlı</Name>
  44. <Email>suvari@pisilinux.org</Email>
  45. </Update>
  46. <Update release="1">
  47. <Date>2016-12-31</Date>
  48. <Version>1.3.0</Version>
  49. <Comment>First release</Comment>
  50. <Name>Alihan Öztürk</Name>
  51. <Email>alihan@pisilinux.org</Email>
  52. </Update>
  53. </History>
  54. </PISI>