# HG changeset patch # User bgruening # Date 1372681305 14400 # Node ID 1d5580f2ece03b8f2e3c641775358ebb2098d124 # Parent b16fa4edfe55690c4f307e17cd64b6abba59fb3e Uploaded diff -r b16fa4edfe55 -r 1d5580f2ece0 tool_dependencies.xml --- a/tool_dependencies.xml Mon Jul 01 08:19:37 2013 -0400 +++ b/tool_dependencies.xml Mon Jul 01 08:21:45 2013 -0400 @@ -1,35 +1,44 @@ - - + + + + + - + + - https://pypi.python.org/packages/source/r/rpy2/rpy2-2.3.6.tar.gz + http://cran.ms.unimelb.edu.au/src/base/R-3/R-3.0.1.tar.gz + + + + + + - - - - export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && - export LDFLAGS=-L$READLINE_LIB_PATH && - python setup.py build --r-home $R_HOME --r-home-lib $R_HOME/lib install --home $INSTALL_DIR + export LDFLAGS=-L$READLINE_LIB_PATH && + export CPPFLAGS=-I$READLINE_INCLUDE_PATH && + ./configure --with-lapack="-L$ATLAS_LIB_DIR -llapack -lcblas" --with-blas="$LAPACK_LIB_DIR" --enable-R-shlib --with-x=no --with-readline=yes --prefix=$INSTALL_DIR && make && make install + - $INSTALL_DIR/lib/python + $INSTALL_DIR/lib/R + $INSTALL_DIR/lib/R/library + $INSTALL_DIR/lib/R/bin + $INSTALL_DIR/lib/R/lib - rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface to R, a proposed high-level interface, including wrappers to graphical libraries, as well as R-like structures and functions. - http://rpy.sourceforge.net/rpy2.html - + R is a free software environment for statistical computing and graphics. http://www.r-project.org/