[Rinside-commits] r181 - in pkg: . src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Nov 19 08:42:34 CET 2010
Author: romain
Date: 2010-11-19 08:42:34 +0100 (Fri, 19 Nov 2010)
New Revision: 181
Modified:
pkg/DESCRIPTION
pkg/src/Makevars
Log:
new PKG_LIBS scheme
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2010-08-06 18:33:10 UTC (rev 180)
+++ pkg/DESCRIPTION 2010-11-19 07:42:34 UTC (rev 181)
@@ -17,6 +17,5 @@
the C++ classes is included as well.
Depends: R (>= 2.10.0), Rcpp (>= 0.8.5)
LinkingTo: Rcpp
-SystemRequirements: GNU make
URL: http://dirk.eddelbuettel.com/code/rinside.html
License: GPL (>= 2)
Modified: pkg/src/Makevars
===================================================================
--- pkg/src/Makevars 2010-08-06 18:33:10 UTC (rev 180)
+++ pkg/src/Makevars 2010-11-19 07:42:34 UTC (rev 181)
@@ -22,7 +22,7 @@
USERDIR=../inst/lib
PKG_CPPFLAGS += -I../inst/include/
-PKG_LIBS = $(shell $(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()" )
+PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"`
all: $(SHLIB) userLibrary
More information about the Rinside-commits
mailing list