mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
d93c096519
* now when sysroot conflicts are fatal we really don't want to build
multiple fftw providers in the same sysroot
ERROR: The recipe fftwl is trying to install files into a shared area
when those files already exist. Those files and their manifest
location are:
/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/include/fftw3.f
Matched in
manifest-qemuarm-fftw.populate_sysroot
manifest-qemuarm-fftwf.populate_sysroot
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
20 lines
528 B
BlitzBasic
20 lines
528 B
BlitzBasic
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"
|