Loading package/Config.in +1 −0 Original line number Diff line number Diff line Loading @@ -338,6 +338,7 @@ source "package/libupnp/Config.in" endmenu menu "Other" source "package/fftw/Config.in" source "package/libargtable2/Config.in" source "package/argp-standalone/Config.in" source "package/libatomic_ops/Config.in" Loading package/fftw/Config.in 0 → 100644 +11 −0 Original line number Diff line number Diff line config BR2_PACKAGE_FFTW bool "fftw" help Library for computing Fast Fourier Transforms. This library computes Fast Fourier Transforms (FFT) in one or more dimensions. It is extremely fast. This package contains the shared library version of the fftw libraries in double precision. http://www.fftw.org package/fftw/fftw.mk 0 → 100644 +11 −0 Original line number Diff line number Diff line ################################################################################ # # fftw # ################################################################################ FFTW_VERSION = 3.3 FFTW_SITE = http://www.fftw.org FFTW_INSTALL_STAGING = YES $(eval $(call AUTOTARGETS,package,fftw)) Loading
package/Config.in +1 −0 Original line number Diff line number Diff line Loading @@ -338,6 +338,7 @@ source "package/libupnp/Config.in" endmenu menu "Other" source "package/fftw/Config.in" source "package/libargtable2/Config.in" source "package/argp-standalone/Config.in" source "package/libatomic_ops/Config.in" Loading
package/fftw/Config.in 0 → 100644 +11 −0 Original line number Diff line number Diff line config BR2_PACKAGE_FFTW bool "fftw" help Library for computing Fast Fourier Transforms. This library computes Fast Fourier Transforms (FFT) in one or more dimensions. It is extremely fast. This package contains the shared library version of the fftw libraries in double precision. http://www.fftw.org
package/fftw/fftw.mk 0 → 100644 +11 −0 Original line number Diff line number Diff line ################################################################################ # # fftw # ################################################################################ FFTW_VERSION = 3.3 FFTW_SITE = http://www.fftw.org FFTW_INSTALL_STAGING = YES $(eval $(call AUTOTARGETS,package,fftw))