aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fftw
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2007-01-16 13:26:11 +0000
committerPhilip Balister <philip@balister.org>2007-01-16 13:26:11 +0000
commit4129e2905ec2a33ee48b881cfce4a5a56709fc34 (patch)
treebea8801ac9134dcdaba77b38872eb6bcb45a1d68 /packages/fftw
parentd64ffc4665493804937000b664384bd4209f4612 (diff)
downloadopenembedded-4129e2905ec2a33ee48b881cfce4a5a56709fc34.tar.gz
fftw_3.1.2.bb : Add bb file for fftw (Fastest FFT in the West)
Diffstat (limited to 'packages/fftw')
-rw-r--r--packages/fftw/.mtn2git_empty0
-rw-r--r--packages/fftw/fftw_3.1.2.bb16
2 files changed, 16 insertions, 0 deletions
diff --git a/packages/fftw/.mtn2git_empty b/packages/fftw/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/fftw/.mtn2git_empty
diff --git a/packages/fftw/fftw_3.1.2.bb b/packages/fftw/fftw_3.1.2.bb
new file mode 100644
index 0000000000..e9074d2613
--- /dev/null
+++ b/packages/fftw/fftw_3.1.2.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "FFTW"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz"
+
+EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared"
+
+inherit autotools
+
+do_stage () {
+ autotools_stage_all
+}
+