diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-10-21 19:55:54 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-10-22 00:38:37 -0700 |
commit | b302f84c8b35da7625bbcc485e14964817b37cc6 (patch) | |
tree | fa6f0d981af66e77016059854d7923dc41c056a7 /recipes/fftw/fftwl_3.2.2.bb | |
parent | 954cab651b1bcd3a8b28655099a6da117cde75f3 (diff) |
fftw-3.2: Rename fftw_3.2 recipes to fftw_3.2.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/fftw/fftwl_3.2.2.bb')
-rw-r--r-- | recipes/fftw/fftwl_3.2.2.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/fftw/fftwl_3.2.2.bb b/recipes/fftw/fftwl_3.2.2.bb new file mode 100644 index 0000000000..31d0ed0b53 --- /dev/null +++ b/recipes/fftw/fftwl_3.2.2.bb @@ -0,0 +1,7 @@ +require fftw.inc + +SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz" + +EXTRA_OECONF = "--disable-fortran --enable-long-double --enable-shared" + + |