[Rcpp-commits] r1537 - pkg/RcppArmadillo/inst/include

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jun 14 19:12:37 CEST 2010


Author: romain
Date: 2010-06-14 19:12:37 +0200 (Mon, 14 Jun 2010)
New Revision: 1537

Modified:
   pkg/RcppArmadillo/inst/include/RcppArmadilloConfig.h
Log:
disabling some more things (and using armadillo alternatives) with suncc

Modified: pkg/RcppArmadillo/inst/include/RcppArmadilloConfig.h
===================================================================
--- pkg/RcppArmadillo/inst/include/RcppArmadilloConfig.h	2010-06-14 17:00:06 UTC (rev 1536)
+++ pkg/RcppArmadillo/inst/include/RcppArmadilloConfig.h	2010-06-14 17:12:37 UTC (rev 1537)
@@ -33,6 +33,10 @@
 */
 #if defined(__SUNPRO_CC)
 #undef ARMA_HAVE_STD_ISFINITE
+#undef ARMA_HAVE_STD_SNPRINTF
+#undef ARMA_HAVE_LOG1P
+#undef ARMA_HAVE_STD_ISINF
+#undef ARMA_HAVE_STD_ISNAN
 #endif
 
 #endif



More information about the Rcpp-commits mailing list