# HG changeset patch
# User devteam
# Date 1393950038 18000
# Node ID bd5df464b7645441e4924a0bbc50630e8e3e673d
# Parent ec964438bb4664a71e031f5cace904a9c44d84d5
Uploaded tool dependency definition that enables tck/tk for the precompiled linux version.
diff -r ec964438bb46 -r bd5df464b764 tool_dependencies.xml
--- a/tool_dependencies.xml Tue Mar 04 08:32:27 2014 -0500
+++ b/tool_dependencies.xml Tue Mar 04 11:20:38 2014 -0500
@@ -16,6 +16,10 @@
.
$INSTALL_DIR
+
+ $INSTALL_DIR/lib/libtcl8.4.so
+ $INSTALL_DIR/lib/libtk8.4.so
+
@@ -59,7 +63,8 @@
export CFLAGS="-I$PNG_INCLUDES -I$READLINE_INCLUDES" &&
export CXXFLAGS="-I$PNG_INCLUDES -I$READLINE_INCLUDES" &&
export CPPFLAGS="-I$PNG_INCLUDES -I$READLINE_INCLUDES" &&
- ./configure --with-blas \
+ ./configure --with-tcltk \
+ --with-blas \
--with-lapack \
--with-readline \
--with-cairo \
@@ -71,7 +76,8 @@
--prefix=$INSTALL_DIR
- sed -i 's;$INSTALL_DIR;\${R_ROOT_DIR};g' $INSTALL_DIR/bin/R
+ sed -i.bak 's;$INSTALL_DIR;\${R_ROOT_DIR};g' $INSTALL_DIR/bin/R
+ sed -i.bak 's;$INSTALL_DIR;\${R_ROOT_DIR};g' $INSTALL_DIR/lib/R/bin/R
$INSTALL_DIR
@@ -82,10 +88,10 @@
- The precompiled Linux version of this package was built 2014-02-28.
+ The precompiled Linux version of this package was built 2014-03-04.
The precompiled OSX version of this package was built 2014-03-03.
R is a free software environment for statistical computing and graphics.
- NOTE: See custom compilation options above
+ NOTE: See custom compilation options above.