From 9929b2666ce8504217688c92f6c1f32652b31647 Mon Sep 17 00:00:00 2001 From: davor Date: Tue, 9 Jul 2013 11:10:56 +0200 Subject: Set temporary openbabel path to specific version. --- bin/fminer-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/fminer-install b/bin/fminer-install index a98f0a4..e5e3bfd 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-*/include/openbabel-*" -OPBB_LIB="-L$RUBY_DIR/lib/ruby/gems/${RUBY_NUM_VER%-*}/gems/openbabel-*/lib" +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" cmd="$GIT submodule init" && run_cmd "$cmd" "Fminer Init" cmd="$GIT submodule update" && run_cmd "$cmd" "Fminer Update" cd "libfminer/libbbrc">>$LOG 2>&1 -- cgit v1.2.3