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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Nov 29 18:07:01 CET 2010


Author: romain
Date: 2010-11-29 18:07:01 +0100 (Mon, 29 Nov 2010)
New Revision: 2596

Removed:
   pkg/RcppGSL/R/inline.R
Log:
removed generated inline.R otherwise we'll keep fighting over it

Deleted: pkg/RcppGSL/R/inline.R
===================================================================
--- pkg/RcppGSL/R/inline.R	2010-11-29 17:06:22 UTC (rev 2595)
+++ pkg/RcppGSL/R/inline.R	2010-11-29 17:07:01 UTC (rev 2596)
@@ -1,24 +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 <- Rcpp:::Rcpp.plugin.maker(
-	include.before = "#include <RcppGSL.h>",
-	#LinkingTo     = unique( c( package, "Rcpp", "RcppGSL" ) ),
-	#Depends       = unique( c( package, "Rcpp", "RcppGSL" ) ),
-	libs           = "-L/usr/local/lib -lgsl -lm $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)",
-	package        = "RcppGSL"
-)



More information about the Rcpp-commits mailing list