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

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
}