[Rcpp-commits] r987 - scripts

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Apr 5 15:04:19 CEST 2010


Author: romain
Date: 2010-04-05 15:04:19 +0200 (Mon, 05 Apr 2010)
New Revision: 987

Added:
   scripts/osxinstall_RcppGsl
Log:
helper script to install RcppGsl on my mac

Added: scripts/osxinstall_RcppGsl
===================================================================
--- scripts/osxinstall_RcppGsl	                        (rev 0)
+++ scripts/osxinstall_RcppGsl	2010-04-05 13:04:19 UTC (rev 987)
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+cd pkg
+# ./cleanup
+cd ..
+R --arch=i386 CMD INSTALL RcppGsl
+cd pkg
+# ./cleanup
+cd ..
+R --arch=x86_64 CMD INSTALL --libs-only Gsl
+


Property changes on: scripts/osxinstall_RcppGsl
___________________________________________________________________
Name: svn:executable
   + *



More information about the Rcpp-commits mailing list