summaryrefslogtreecommitdiff
path: root/packages/fftw/fftw_3.1.2.bb
blob: 58603ef24c8def452192f925709a4b640dcd3291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "FFTW"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL"

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

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

inherit autotools pkgconfig

do_stage () {
        autotools_stage_all
}