openbabel 2.3.1.4 → 2.3.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/ext/openbabel/extconf.rb +1 -1
  2. metadata +1 -1
@@ -20,7 +20,7 @@ begin
20
20
  puts "Configuring OpenBabel"
21
21
  puts `cmake #{ob_main_dir} -DCMAKE_INSTALL_PREFIX=#{lib_dir}`
22
22
  openbabel_libs = false
23
- openbabel_libs = true if `ldconfig -p`.split("\n").grep(/openbabel/)
23
+ openbabel_libs = true if `/sbin/ldconfig -p`.split("\n").grep(/openbabel/)
24
24
  unless openbabel_libs
25
25
  ENV["LD_LIBRARY_PATH"].split(":").each do |dir|
26
26
  openbabel_libs = true unless Dir[File.join(dir,"*libopenbabel*")].empty?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openbabel
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1.4
4
+ version: 2.3.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: