fftw-3.3.10

This commit is contained in:
Rmys
2023-11-02 17:28:28 +03:00
committed by GitHub
parent 2053a68513
commit 8eef1cd610
2 changed files with 46 additions and 3 deletions
+10 -2
View File
@@ -12,11 +12,12 @@
<IsA>library</IsA>
<Summary>A library for computing the discrete Fourier transform (DFT)</Summary>
<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>
<Archive sha1sum="59831bd4b2705381ee395e54aa6e0069b10c3626" type="targz">ftp://ftp.fftw.org/pub/fftw/fftw-3.3.8.tar.gz</Archive>
<Archive sha1sum="6abe7321c8c35ef52e56e299e66a9b967baf148a" type="targz">ftp://ftp.fftw.org/pub/fftw/fftw-3.3.10.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>libgfortran</Dependency>
<Dependency>libquadmath</Dependency>
<Dependency>gettext</Dependency>
<Dependency>openmpi-devel</Dependency>
</BuildDependencies>
</Source>
@@ -48,6 +49,13 @@
</Package>
<History>
<Update release="6">
<Date>2023-11-02</Date>
<Version>3.3.10</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2020-01-12</Date>
<Version>3.3.8</Version>