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

SRC_URI = "http://www.fftw.org/fftw-3.1.2.tar.gz"

inherit autotools

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

do_stage () {
	autotools_stage_all
}