### this file is sourced not run
PKGVER=3.3.10
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 11.3
TARBALL=fftw-$PKGVER.tar.gz
MD5SUM=8ccbf6a5ea78a16dbc3e1306e234cc5c
SRC_URL=http://www.fftw.org/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libfftw3: libfftw3 $PKGVER (Single-precision FFTW library)  
libfftw3:  
libfftw3: FFTW is a C subroutine library for computing the discrete Fourier 
libfftw3: transform (DFT) in one or more dimensions, of arbitrary input size, 
libfftw3: and of both real and complex data (as well as of even/odd data, 
libfftw3: i.e. the discrete cosine/sine transforms or DCT/DST). 
libfftw3: 
libfftw3: This is the _double-precision_ version of the library.  
libfftw3: 
libfftw3: 
libfftw3:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS \
		--enable-shared   \
		--disable-static  \
		--enable-threads  \
		--enable-sse2     \
		--enable-avx      \
		--enable-avx2     \
		--enable-avx512   \
	" &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


