[Rcpp-devel] Specify Rcpp header location in Makevars

2015-07-29 Thread jsmith5...@yahoo.com
Hi, Is there a way to automatically specify the location of the Rcpp include directory (for Rcpp.h) in Makevars? In my Makevars, I use the following compile command: %.o: %.cpp $(cpp_sources) $(CXX) $(PKG_CXXFLAGS) $< I also specified "Imports: Rcpp" in DESCRIPTION, but it does not app

Re: [Rcpp-devel] Specify Rcpp header location in Makevars

2015-07-29 Thread jsmith5...@yahoo.com
Dirk Eddelbuettel wrote: > > On 29 July 2015 at 17:19, jsmith5...@yahoo.com wrote: > | Is there a way to automatically specify the location of the Rcpp include > | directory (for Rcpp.h) in Makevars? > > As Romain said, add "LinkingTo: Rcpp" to your DESCRIPTION. > >

[Rcpp-devel] Problem installing RcppEigen: cannot find -lgfortran -lquadmath

2015-11-04 Thread jsmith5...@yahoo.com
Hi all, I hope that this mailing list is an appropriate outlet for my comment: When I tried to install RcppEigen, I got the following error message during the linking step: g++ -shared -L/usr/lib64/R/lib -L/usr/local/lib64 -o RcppEigen.so RcppEigen.o RcppExports.o fastLm.o -L/usr/lib64/R/lib -lR

Re: [Rcpp-devel] Problem installing RcppEigen: cannot find -lgfortran -lquadmath

2015-11-04 Thread jsmith5...@yahoo.com
ting an un-versioned symbolic link to existing files did the trick. -Lutz On 11/04/2015 11:27 PM, Dirk Eddelbuettel wrote: > > On 4 November 2015 at 22:20, jsmith5...@yahoo.com wrote: > | Hi all, > | > | I hope that this mailing list is an appropriate outlet for my comment: > |