Skip to content
Prev 2111 / 12125 Next

[R-pkg-devel] Errors in the pre-test after submitting the R package

On 28 November 2017 at 11:01, Ege Rubak wrote:
| The obvious place to look for pointers of how to detect and link 
| correctly to fftw would be in the current CRAN package `fftwtools` that 
| does it without any Rcpp:
| https://github.com/krahim/fftwtools

And there is also fftw by Olaf and Uwe (!!) which has a spurious fourth line
in its src/Makevars

  PKG_CPPFLAGS=@CPPFLAGS@ @FFTW_CFLAGS@
  PKG_LIBS=@LIBS@ @FFTW_LIBS@

  all: $(SHLIB)

The CRAN mirror repo does not have configure.ac, but the upstream repo does
  https://github.com/olafmersmann/fftw/blob/master/configure.ac

Dirk