summaryrefslogtreecommitdiff
path: root/packages/fftw/benchfft_3.1.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-07-19 23:39:33 +0000
committerKoen Kooi <koen@openembedded.org>2007-07-19 23:39:33 +0000
commit6d9ff3e14496d6cdfc536e0507b1ccd9762019c1 (patch)
treea13aa983209c341c3e9fb8c64c956ffadb9c6b2c /packages/fftw/benchfft_3.1.bb
parent5ba491d8e43f191d8543f59057fd00a211aa6217 (diff)
fftw: add support for building multiple flavours of fftw
* packaging needs to be looked at
Diffstat (limited to 'packages/fftw/benchfft_3.1.bb')
-rw-r--r--packages/fftw/benchfft_3.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/fftw/benchfft_3.1.bb b/packages/fftw/benchfft_3.1.bb
new file mode 100644
index 0000000000..8d2d8b7f34
--- /dev/null
+++ b/packages/fftw/benchfft_3.1.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "FFTW benchmarks"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "GPLv2"
+
+SRC_URI = "http://www.fftw.org/benchfft/benchfft-${PV}.tar.gz"
+
+EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ autotools_stage_all
+}
+