Project

openbabel

0.0
No commit activity in last 3 years
No release in over 3 years
OpenBabel as a GEM
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

openbabel gem

GEM for OpenBabel, a chemical library by Geoff Hutchison and others.

openbabel gem has been tested with ruby 1.9 and 2.0. It compiles only on POSIX systems and requires the following programs and libraries (details at http://openbabel.org/docs/2.3.0/Installation/install.html#compiling-open-babel):

  • cmake 2.4.8 or later
  • curl
  • tar, sed, make (those should be present anyway)
  • libxml2 (optional)
  • zlib (optional)
  • Eigen 2.0.3 or later (optional)

Install

gem install openbabel

It downloads the sources, compiles and installs OpenBabel (if not installed system wide) and ruby bindings. If OpenBabel is not yet installed installation may last very long - please be patient.

Check out http://cs.maunz.de for more information.