Re: [Rcpp-devel] cmake

2012-12-14 Thread Richard Downe
I'll do that. I may use JJ's stuff as a starting point as well, but I'll look at the RInside stuff and drop Peter a line as appropriate. It may also be worthwhile to talk to the cmake project, and see if they'd be interested in including whatever we to put together, so that cmake would by de

Re: [Rcpp-devel] cmake

2012-12-14 Thread Dirk Eddelbuettel
On 14 December 2012 at 13:51, Richard Downe wrote: | I use cmake for all my makefile generation. I realize there are other | good tools out there; cmake meets my needs rather well, and I'm happy | with it. | | Most libraries I use in my development (cgal, python, perl, swig, | vtk/itk, etc) a

Re: [Rcpp-devel] cmake

2012-12-14 Thread Richard Downe
That actually looks rather perfect. Thanks! -rd On 12/14/2012 01:54 PM, JJ Allaire wrote: We wrote one for RStudio, not sure if it will fully meet your needs but it's at least a starting point: https://github.com/rstudio/rstudio/blob/master/cmake/modules/FindLibR.cmake On Fri, Dec 14, 2012 at

Re: [Rcpp-devel] cmake

2012-12-14 Thread JJ Allaire
We wrote one for RStudio, not sure if it will fully meet your needs but it's at least a starting point: https://github.com/rstudio/rstudio/blob/master/cmake/modules/FindLibR.cmake On Fri, Dec 14, 2012 at 11:51 AM, Richard Downe wrote: > I use cmake for all my makefile generation. I realize ther

[Rcpp-devel] cmake

2012-12-14 Thread Richard Downe
I use cmake for all my makefile generation. I realize there are other good tools out there; cmake meets my needs rather well, and I'm happy with it. Most libraries I use in my development (cgal, python, perl, swig, vtk/itk, etc) are supported by FindXXX.cmake files that make dependency locat