blob: f846ffc8a75043f8112c09e1b6247d2d9b44f211 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
################################################################################
#
# fftw
#
################################################################################
FFTW_VERSION = 3.3
FFTW_SITE = http://www.fftw.org
FFTW_INSTALL_STAGING = YES
$(eval $(autotools-package))
|