summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2015-08-19 14:00:55 +0200
committerChristoph Helma <helma@in-silico.ch>2015-08-19 14:00:55 +0200
commit57bb9c2c691d350dce8c30b862030973043818cc (patch)
tree2280a4d622d51fcc2f334130f89ea180705e43cd /ext
parentc4692ae10f898c111a7d9d0bc9e7867820f249e1 (diff)
hydrogens added for 3d generation
Diffstat (limited to 'ext')
-rw-r--r--ext/lazar/extconf.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/lazar/extconf.rb b/ext/lazar/extconf.rb
index b9db3f0..0ee5e93 100644
--- a/ext/lazar/extconf.rb
+++ b/ext/lazar/extconf.rb
@@ -49,7 +49,6 @@ Dir.chdir build_dir do
ENV["PKG_CONFIG_PATH"] = File.dirname(File.expand_path(Dir["#{install_dir}/**/openbabel*pc"].first))
end
-# get include and lib from pkg-config
ob_include= File.expand_path File.join(File.dirname(__FILE__),"../../openbabel/include/openbabel-2.0")
ob_lib= File.expand_path File.join(File.dirname(__FILE__),"../../openbabel/lib")