blob: 49cc270fe6eb71c24ef6206b6299718cd36285b9 [file] [log] [blame]
SUMMARY = "FFTW benchmarks"
SECTION = "libs"
LICENSE = "GPLv2"
# single precision fftw is called fftwf
DEPENDS = "virtual/fftw"
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
}
SRC_URI[md5sum] = "9356e5e9dcb3f1481977009720a2ccf8"
SRC_URI[sha256sum] = "1b4a5b5e48ad5e61a21586b7b59d5c0a88691a981e73e2c6dc5868197461791b"
PNBLACKLIST[benchfft] ?= "does not build with distroless qemuarm as reported in 'State of bitbake world' thread, nobody volunteered to fix them - the recipe will be removed on 2017-09-01 unless the issue is fixed"