aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fftw/fftw.inc
blob: 5c381e32f0c6cb84b4aeb520bec6099a0f41b71c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
DESCRIPTION = "FFTW"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL"
RPROVIDES_${PN} += "libfftw3"

PR = "r2"

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

S = "${WORKDIR}/fftw-${PV}"

inherit autotools pkgconfig

do_configure_prepend() {
        echo 'AM_PROG_AS' >> ${S}/configure.ac 
}

do_stage () {
        autotools_stage_all
}


PACKAGES =+ "lib${PN}"

FILES_lib${PN} = "${libdir}/lib*.so.*"

# rename binary in /bin and use u-a tpo choose between different precision implementations?