summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/fftw/benchfft_3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/fftw/benchfft_3.1.bb')
-rw-r--r--meta-oe/recipes-support/fftw/benchfft_3.1.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/fftw/benchfft_3.1.bb b/meta-oe/recipes-support/fftw/benchfft_3.1.bb
new file mode 100644
index 000000000..efa76cdce
--- /dev/null
+++ b/meta-oe/recipes-support/fftw/benchfft_3.1.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "FFTW benchmarks"
2SECTION = "libs"
3PRIORITY = "optional"
4LICENSE = "GPLv2"
5
6# single precision fftw is called fftwf
7DEPENDS = "fftwf"
8
9SRC_URI = "http://www.fftw.org/benchfft/benchfft-${PV}.tar.gz"
10
11EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared"
12
13inherit autotools pkgconfig
14
15do_compile_prepend() {
16 sed -i -e 's:all-recursive:$(RECURSIVE_TARGETS):g' ${S}/Makefile
17}
18
19SRC_URI[md5sum] = "9356e5e9dcb3f1481977009720a2ccf8"
20SRC_URI[sha256sum] = "1b4a5b5e48ad5e61a21586b7b59d5c0a88691a981e73e2c6dc5868197461791b"