aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fftw/benchfft_3.1.bb
blob: 8d2d8b7f3454b841635c7cd4b346c38370f6a6b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}