Last data update: 2014.03.03

fftw

Package: fftw
Version: 1.0-3
Title: Fast FFT and DCT based on FFTW
Description: Provides a simple and efficient wrapper around the fastest
Fourier transform in the west (FFTW) library.
Author: Sebastian Krey <skrey@statistik.tu-dortmund.de> Uwe Ligges
<ligges@statistik.tu-dortmund.de> Olaf Mersmann
<olafm@statistik.tu-dortmund.de>
Maintainer: Olaf Mersmann <olafm@statistik.tu-dortmund.de>
Depends: R (>= 2.12.0)
SystemRequirements: fftw3 (>= 3.1.2)
License: GPL-2
Date:
Packaged: 2011-04-20 08:49:10 UTC; olafm
Repository: CRAN
Date/Publication: 2011-04-24 07:08:12

● 0 images, 2 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'fftw' ...
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FFTW... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c fftw.c -o fftw.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o fftw.so fftw.o -lfftw3 -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/fftw/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'fftw'
    finding HTML links ... done
    FFT                                     html  
    planFFT                                 html  
** building package indices
** testing if installed package can be loaded
* DONE (fftw)
Making 'packages.html' ... done