[Rcpp-commits] r2626 - pkg/RcppGSL/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Nov 30 19:45:11 CET 2010
Author: romain
Date: 2010-11-30 19:45:11 +0100 (Tue, 30 Nov 2010)
New Revision: 2626
Modified:
pkg/RcppGSL/R/inline.R
Log:
try again
Modified: pkg/RcppGSL/R/inline.R
===================================================================
--- pkg/RcppGSL/R/inline.R 2010-11-30 18:44:17 UTC (rev 2625)
+++ pkg/RcppGSL/R/inline.R 2010-11-30 18:45:11 UTC (rev 2626)
@@ -29,8 +29,8 @@
}
get_gsl_flags <- function(){
- gsl_cflags <- system( "gsl-config --cflags" )
- gsl_libs <- system( "gsl-config --libs" )
+ gsl_cflags <- system( "gsl-config --cflags" , intern = TRUE )
+ gsl_libs <- system( "gsl-config --libs" , intern = TRUE )
unlockBinding( "gsl_cflags", NAMESPACE )
unlockBinding( "gsl_libs", NAMESPACE )
More information about the Rcpp-commits
mailing list