aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2011-09-28 18:58:11 -0400
committerPhilip Balister <philip@balister.org>2011-09-28 18:58:11 -0400
commit1b558924773ece367818e4490b209c220906f7ac (patch)
tree3d3571cd402d9fd6baeef137b636be38c390d456 /recipes
parent3f03131cf0e3b37efe8cb48f9a12ac9637ed883e (diff)
downloadopenembedded-1b558924773ece367818e4490b209c220906f7ac.tar.gz
fftw : Add recipe to build 3.3.1.
This recipe builds the 3.3.1-beta version of fftw. This release includes NEON support, so I made this recipe in hopes of getting more testing. Built and tested on the USRP-E100 (basically a gumstix Overo) with Angstrom-2010. Signed-off-by: Philip Balister <philip@balister.org>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/fftw/fftwf_3.3.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/fftw/fftwf_3.3.1.bb b/recipes/fftw/fftwf_3.3.1.bb
new file mode 100644
index 0000000000..c0d1b90467
--- /dev/null
+++ b/recipes/fftw/fftwf_3.3.1.bb
@@ -0,0 +1,11 @@
+require fftw.inc
+
+SRC_URI = "http://www.fftw.org/fftw-${PV}-beta1.tar.gz"
+
+EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared --enable-threads"
+EXTRA_OECONF_append_armv7a = " --enable-neon"
+
+S="${WORKDIR}/fftw-${PV}-beta1"
+
+SRC_URI[md5sum] = "905283dfc134e1aa6447a1cfef6c8c29"
+SRC_URI[sha256sum] = "d346c272b0aae61500bcddcb05a03a25808ff5176f4df0ad407c1d730bf314a2"