pspec.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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>https://github.com/VcDevel/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="3d3ddd29eca7c2b541fd8d0f00923e57f58d5ef0" type="targz">https://github.com/VcDevel/Vc/releases/download/1.3.3/Vc-1.3.3.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="4">
  40. <Date>2018-08-09</Date>
  41. <Version>1.3.3</Version>
  42. <Comment>Version Bump.</Comment>
  43. <Name>Pisi Linux Community</Name>
  44. <Email>admin@pisilinux.org</Email>
  45. </Update>
  46. <Update release="3">
  47. <Date>2018-02-11</Date>
  48. <Version>1.3.3</Version>
  49. <Comment>Version Bump.</Comment>
  50. <Name>Pisi Linux Community</Name>
  51. <Email>admin@pisilinux.org</Email>
  52. </Update>
  53. <Update release="2">
  54. <Date>2017-04-11</Date>
  55. <Version>1.3.1</Version>
  56. <Comment>Version bump</Comment>
  57. <Name>Kamil Atlı</Name>
  58. <Email>suvari@pisilinux.org</Email>
  59. </Update>
  60. <Update release="1">
  61. <Date>2016-12-31</Date>
  62. <Version>1.3.0</Version>
  63. <Comment>First release</Comment>
  64. <Name>Alihan Öztürk</Name>
  65. <Email>alihan@pisilinux.org</Email>
  66. </Update>
  67. </History>
  68. </PISI>