summaryrefslogtreecommitdiff
path: root/opentox-webservices.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-01 16:10:44 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-01 16:10:44 +0200
commit753e365d55c2285cdcd29f2431fab0236c20844e (patch)
tree69b7352e98d6df3da94408c1bfc6287f75fcb786 /opentox-webservices.sh
parent33aa00252c0dee34cc2fe6694104049f4e950de3 (diff)
ot-ws.sh
Diffstat (limited to 'opentox-webservices.sh')
-rwxr-xr-xopentox-webservices.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/opentox-webservices.sh b/opentox-webservices.sh
index baa7c3d..2fc6841 100755
--- a/opentox-webservices.sh
+++ b/opentox-webservices.sh
@@ -60,6 +60,7 @@ cmd="git submodule init" && run_cmd "$cmd" "Fminer Init"
cmd="git submodule update" && run_cmd "$cmd" "Fminer Update"
for mylib in bbrc last; do
cmd="sed -i 's,^INCLUDE_OB.*,INCLUDE_OB\ =\ -I$OB_DEST/include/openbabel-2.0,g' $WWW_DEST/opentox/algorithm/libfminer/lib$mylib/Makefile" && run_cmd "$cmd" "Makefile $mylib"
+ cmd="sed -i 's,^INCLUDE_RB.*,INCLUDE_RB\ =\ -I$RUBY_DEST/lib/ruby/1.8/i686-linux,g' $WWW_DEST/opentox/algorithm/libfminer/lib$mylib/Makefile" && run_cmd "$cmd" "Makefile $mylib"
done
cd "libfminer/libbbrc">>$LOG 2>&1
cmd="make ruby" && run_cmd "$cmd" "Make BBRC"