summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-01-31 10:07:01 +0100
committerAndreas Maunz <andreas@maunz.de>2012-01-31 10:07:01 +0100
commit9282f0715873f96cf43c23261a808dc00fb78914 (patch)
tree3d3c21751d521ed82d40f581e7e17a62b1166c83 /config.sh
parent2e53016f91abb5af7e9cd24f336fce5f121c92ae (diff)
Fixed R lib installcaret
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.sh b/config.sh
index b553594..afe2012 100755
--- a/config.sh
+++ b/config.sh
@@ -16,7 +16,6 @@ OT_JAVA_HOME="/usr/lib/jvm/java-6-sun"
# 3) What versions to install.
RUBY_NUM_VER="1.8.7-2011.03"
OB_NUM_VER="2.2.3"
-KL_NUM_VER="0.9-11"
REDIS_NUM_VER="2.2.2"
# 4) Server settings.
@@ -38,7 +37,6 @@ R_CONF="$OT_PREFIX/.sh_R_ot"
RUBY_VER="ruby-enterprise-$RUBY_NUM_VER"
OB_VER="openbabel-$OB_NUM_VER"
-KL_VER="$KL_NUM_VER"
REDIS_VER="$REDIS_NUM_VER"
RUBY_DEST="$OT_PREFIX/$RUBY_VER"