summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicha Rautenberg <mr@mrautenberg.de>2015-07-30 10:04:44 +0200
committerMicha Rautenberg <mr@mrautenberg.de>2015-07-30 10:04:44 +0200
commit6326fab234ae565531c734c47063ea4eca918509 (patch)
tree395fc021e56747580739f1e2e3f187881b241c1e
parent7033f642303601d007fe15115d9025466dffa190 (diff)
set openbabel gem to version 2.3.2.1
-rwxr-xr-xbin/fminer-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fminer-install b/bin/fminer-install
index e5e3bfd..41b81b7 100755
--- a/bin/fminer-install
+++ b/bin/fminer-install
@@ -26,8 +26,8 @@ check_utils "git make sed"
printf "\n%50s\n" "FMINER"
DIR=`pwd`
eval RUBY_INC="-I`dirname $RUBY_DIR/include/ruby*/*linux/ruby`\ -I`dirname $RUBY_DIR/include/ruby*/ruby`"
-OPBB_INC="-I$RUBY_DIR/lib/ruby/gems/${RUBY_NUM_VER%-*}/gems/openbabel-2.3.2.0/include/openbabel-2.0"
-OPBB_LIB="-L$RUBY_DIR/lib/ruby/gems/${RUBY_NUM_VER%-*}/gems/openbabel-2.3.2.0/lib"
+OPBB_INC="-I$RUBY_DIR/lib/ruby/gems/${RUBY_NUM_VER%-*}/gems/openbabel-2.3.2.1/include/openbabel-2.0"
+OPBB_LIB="-L$RUBY_DIR/lib/ruby/gems/${RUBY_NUM_VER%-*}/gems/openbabel-2.3.2.1/lib"
cmd="$GIT submodule init" && run_cmd "$cmd" "Fminer Init"
cmd="$GIT submodule update" && run_cmd "$cmd" "Fminer Update"
cd "libfminer/libbbrc">>$LOG 2>&1