[Rcpp-commits] r2608 - pkg/RcppGSL/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Nov 30 10:11:08 CET 2010


Author: romain
Date: 2010-11-30 10:11:07 +0100 (Tue, 30 Nov 2010)
New Revision: 2608

Removed:
   pkg/RcppGSL/R/inline.R.in
Modified:
   pkg/RcppGSL/R/
Log:
 calculate flags at runtime (1)


Property changes on: pkg/RcppGSL/R
___________________________________________________________________
Modified: svn:ignore
   - inline.R

   + 


Deleted: pkg/RcppGSL/R/inline.R.in
===================================================================
--- pkg/RcppGSL/R/inline.R.in	2010-11-29 23:08:25 UTC (rev 2607)
+++ pkg/RcppGSL/R/inline.R.in	2010-11-30 09:11:07 UTC (rev 2608)
@@ -1,30 +0,0 @@
-## Copyright (C)       2010 Dirk Eddelbuettel and Romain Francois
-##
-## This file is part of RcppGSL.
-##
-## RcppGSL is free software: you can redistribute it and/or modify it
-## under the terms of the GNU General Public License as published by
-## the Free Software Foundation, either version 2 of the License, or
-## (at your option) any later version.
-##
-## RcppGSL is distributed in the hope that it will be useful, but
-## WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with RcppArmadillo.  If not, see <http://www.gnu.org/licenses/>.
-
-inlineCxxPlugin <- local({
-    settings <- Rcpp:::Rcpp.plugin.maker(include.before = "#include <RcppGSL.h>",
-                                         libs = "@GSL_LIBS@ $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)",
-                                         package = "RcppGSL",
-                                         ##LinkingTo = unique( c( package, "Rcpp", "RcppGSL" ) ),
-                                         ##Depends = unique( c( package, "Rcpp", "RcppGSL" ) ),
-                                         Makevars = "",
-                                         Makevars.win = ""
-                                         )()
-    settings$env$PKG_CPPFLAGS <- "@GSL_CFLAGS@"
-    function(...) settings
-})
-



More information about the Rcpp-commits mailing list