[Rcpp-commits] r2617 - pkg/RcppGSL

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Nov 30 14:58:55 CET 2010


Author: romain
Date: 2010-11-30 14:58:55 +0100 (Tue, 30 Nov 2010)
New Revision: 2617

Removed:
   pkg/RcppGSL/configure.win
Log:
dont need the configure.win anymore

Deleted: pkg/RcppGSL/configure.win
===================================================================
--- pkg/RcppGSL/configure.win	2010-11-30 13:43:53 UTC (rev 2616)
+++ pkg/RcppGSL/configure.win	2010-11-30 13:58:55 UTC (rev 2617)
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-## you need to define LIB_GSL as the directory containing GSL directories include/ and lib/
-gslinc=-I$(LIB_GSL)/include
-gsllib=-L$(LIB_GSL)/lib -lgsl -lgslcblas
-
-# Use sed to substitute the values in
-sed -e "s|\@GSL_CFLAGS\@|${gslinc}|" -e "s|\@GSL_LIBs\@|${gsllib}|" R/inline.R.in > R/inline.R
-
-
-



More information about the Rcpp-commits mailing list