pspec.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>fftw3</Name>
  6. <Homepage>http://www.fftw.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>A library for computing the discrete Fourier transform (DFT)</Summary>
  14. <Description>fftw3 is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST).</Description>
  15. <Archive sha1sum="6abe7321c8c35ef52e56e299e66a9b967baf148a" type="targz">ftp://ftp.fftw.org/pub/fftw/fftw-3.3.10.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>libgfortran</Dependency>
  19. <Dependency>libquadmath</Dependency>
  20. <Dependency>openmpi-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>fftw3</Name>
  25. <RuntimeDependencies>
  26. <Dependency>libquadmath</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. <Path fileType="info">/usr/share/info</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>fftw3-devel</Name>
  38. <Summary>Development files for fftw3</Summary>
  39. <RuntimeDependencies>
  40. <Dependency release="current">fftw3</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="data">/usr/lib/pkgconfig</Path>
  44. <Path fileType="header">/usr/include</Path>
  45. <Path fileType="doc">/usr/share/doc/fftw3/html</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="6">
  50. <Date>2023-11-02</Date>
  51. <Version>3.3.10</Version>
  52. <Comment>Version bump.</Comment>
  53. <Name>Mustafa Cinasal</Name>
  54. <Email>muscnsl@gmail.com</Email>
  55. </Update>
  56. <Update release="5">
  57. <Date>2020-01-12</Date>
  58. <Version>3.3.8</Version>
  59. <Comment>Version Bump</Comment>
  60. <Name>Pisi Linux Community</Name>
  61. <Email>admin@pisilinux.org</Email>
  62. </Update>
  63. <Update release="4">
  64. <Date>2018-08-03</Date>
  65. <Version>3.3.7</Version>
  66. <Comment>Version Bump</Comment>
  67. <Name>Pisi Linux Community</Name>
  68. <Email>admin@pisilinux.org</Email>
  69. </Update>
  70. <Update release="3">
  71. <Date>2017-02-17</Date>
  72. <Version>3.3.6</Version>
  73. <Comment>Version Bump</Comment>
  74. <Name>Pisi Linux Community</Name>
  75. <Email>admin@pisilinux.org</Email>
  76. </Update>
  77. <Update release="2">
  78. <Date>2016-06-09</Date>
  79. <Version>3.3.4</Version>
  80. <Comment>Release Bump</Comment>
  81. <Name>Pisi Linux Community</Name>
  82. <Email>admin@pisilinux.org</Email>
  83. </Update>
  84. <Update release="1">
  85. <Date>2014-05-25</Date>
  86. <Version>3.3.4</Version>
  87. <Comment>First release</Comment>
  88. <Name>Alihan Öztürk</Name>
  89. <Email>alihan@pisilinux.org</Email>
  90. </Update>
  91. </History>
  92. </PISI>