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?
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