aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fftw/benchfft_3.1.bb
blob: 7b9a7110cf01123f2ac6c89c908b5d6fff6ef34a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "FFTW benchmarks"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv2"

# single precision fftw is called fftwf 
DEPENDS = "fftwf"

SRC_URI = "http://www.fftw.org/benchfft/benchfft-${PV}.tar.gz"

EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared"

inherit autotools pkgconfig

do_compile_prepend() {
	sed -i -e 's:all-recursive:$(RECURSIVE_TARGETS):g' ${S}/Makefile
}

do_stage () {
        autotools_stage_all
}