[oe-commits] Philip Balister : fftw : Add recipe to build 3.3.1.

git version control git at git.openembedded.org
Fri Oct 7 13:39:32 UTC 2011


Module: openembedded.git
Branch: master
Commit: 1b558924773ece367818e4490b209c220906f7ac
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=1b558924773ece367818e4490b209c220906f7ac

Author: Philip Balister <philip at balister.org>
Date:   Wed Sep 28 18:58:11 2011 -0400

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 at balister.org>

---

 recipes/fftw/fftwf_3.3.1.bb |   11 +++++++++++
 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 0000000..c0d1b90
--- /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"





More information about the Openembedded-commits mailing list