# # A fast C library for computing the discrete Fourier transform. # # FFTW 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). # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=fftw pkgversion=3.3.10 arch=amd64 release=1 pkgcategory="libs" full_pkgname=fftw_3.3.10_amd64-1@libs blurb="A fast C library for computing the discrete Fourier transform." homepage="https://fftw.org" license="GPLv2+" fetch="http://www.fftw.org/fftw-3.3.10.tar.gz" replace=""