[Open Babel] Build problems on CentOS cluster

2015-07-07 Thread Eric Smoll
Hello, I am trying to build openbabel on a CentOS cluster and am having problems. When I execute: cmake .. -DCMAKE_INSTALL_PREFIX=../../openbabel-build > -DEIGEN3_INCLUDE_DIR=../../eigen-build/3.2.5/ I obtain the following in CMakeError.log. Does anyone have any suggestions on how to proceed?

Re: [Open Babel] Build problems on CentOS cluster

2015-07-07 Thread Jeff Janes
On Tue, Jul 7, 2015 at 5:29 PM, Eric Smoll wrote: > Hello, > > I am trying to build openbabel on a CentOS cluster and am having problems. > When I execute: > > cmake .. -DCMAKE_INSTALL_PREFIX=../../openbabel-build >> -DEIGEN3_INCLUDE_DIR=../../eigen-build/3.2.5/ > > > I obtain the following in CM