[Rcpp-commits] r2621 - pkg/RcppGSL/inst/skeleton
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Nov 30 15:21:37 CET 2010
Author: romain
Date: 2010-11-30 15:21:36 +0100 (Tue, 30 Nov 2010)
New Revision: 2621
Modified:
pkg/RcppGSL/inst/skeleton/configure.win
Log:
arch specific configure.win
Modified: pkg/RcppGSL/inst/skeleton/configure.win
===================================================================
--- pkg/RcppGSL/inst/skeleton/configure.win 2010-11-30 14:19:15 UTC (rev 2620)
+++ pkg/RcppGSL/inst/skeleton/configure.win 2010-11-30 14:21:36 UTC (rev 2621)
@@ -1,9 +1,7 @@
-#!/bin/sh
+GSL_CFLAGS=`${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe -e "RcppGSL:::CFlags()"`
+GSL_LIBS=`${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe -e "RcppGSL:::LdFlags()"`
+RCPP_LDFLAGS=`${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe -e "Rcpp:::LdFlags()"`
-GSL_CFLAGS=`${R_HOME}/bin/Rscript -e "RcppGSL:::CFlags()"`
-GSL_LIBS=`${R_HOME}/bin/Rscript -e "RcppGSL:::LdFlags()"`
-RCPP_LDFLAGS=`${R_HOME}/bin/Rscript -e "Rcpp:::LdFlags()"`
-
sed -e "s|@GSL_LIBS@|${GSL_LIBS}|" src/Makevars.in |
sed -e "s|@GSL_CFLAGS@|${GSL_CFLAGS}|" |
sed -e "s|@RCPP_LDFLAGS@|${RCPP_LDFLAGS}|" > src/Makevars
More information about the Rcpp-commits
mailing list