summaryrefslogtreecommitdiff
path: root/opentox-webservices.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-01 16:15:52 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-01 16:15:52 +0200
commit94090051d00b329559ce6ccfbbcb7b00f4509c7d (patch)
treea06a5477eba983e5425ba0c46c37ca83eec2f693 /opentox-webservices.sh
parent753e365d55c2285cdcd29f2431fab0236c20844e (diff)
ot-ws.sh
Diffstat (limited to 'opentox-webservices.sh')
-rwxr-xr-xopentox-webservices.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/opentox-webservices.sh b/opentox-webservices.sh
index 2fc6841..cbb9fd3 100755
--- a/opentox-webservices.sh
+++ b/opentox-webservices.sh
@@ -59,8 +59,8 @@ cd "$WWW_DEST/opentox/algorithm" >>$LOG 2>&1
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"
+ cmd="sed -i 's,^INCLUDE_OB.*,INCLUDE_OB\ =\ -I$OB_DEST/include/openbabel-2.0,g' $WWW_DEST/opentox/algorithm/libfminer/lib$mylib/Makefile; sed -i 's,^LDFLAGS_OB.*,LDFLAGS_OB\ =\ -L$OB_DEST/lib,g' $WWW_DEST/opentox/algorithm/libfminer/lib$mylib/Makefile" && run_cmd "$cmd" "Makefile $mylib (OB)"
+ 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 (RB)"
done
cd "libfminer/libbbrc">>$LOG 2>&1
cmd="make ruby" && run_cmd "$cmd" "Make BBRC"