Skip to content
Back to formatted view

Raw Message

Message-ID: <23069.25309.205704.380969@bud.eddelbuettel.com>
Date: 2017-11-28T13:21:33Z
From: Dirk Eddelbuettel
Subject: [R-pkg-devel] Errors in the pre-test after submitting the R package
In-Reply-To: <4f7c1865-141e-469a-7f19-863d56333bb5@math.aau.dk>

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

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org