[Rcpp-commits] r2651 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Dec 2 10:42:04 CET 2010


Author: romain
Date: 2010-12-02 10:42:04 +0100 (Thu, 02 Dec 2010)
New Revision: 2651

Removed:
   pkg/Rcpp/configure.win
Log:
we don't need this anymore

Deleted: pkg/Rcpp/configure.win
===================================================================
--- pkg/Rcpp/configure.win	2010-12-02 09:29:19 UTC (rev 2650)
+++ pkg/Rcpp/configure.win	2010-12-02 09:42:04 UTC (rev 2651)
@@ -1,15 +0,0 @@
-# simple check
-
-#if test ${R_ARCH} = "/x64"; then
-#    gxx_version=`x86_64-w64-mingw32-g++ -v 2>&1 | grep "^g.*version" | sed -e 's/^.*g.. version *//'`
-#else
-#    gxx_version=`g++ -v 2>&1 | grep "^g.*version" | sed -e 's/^.*g.. version *//'`
-#fi
-#echo "Seeing g++ version ${gxx_version}"
-#
-#case ${gxx_version} in
-#    4.3.*|4.4.*|4.5.*)
-#           echo "You can enable support for the C++0x draft by setting the"
-#           echo "'RCPP_CXX0X' environment variable to 'yes' "
-#    ;;
-#esac



More information about the Rcpp-commits mailing list