Re: [Open Babel] cmake problems

2020-04-23 Thread Weise, David
Hi, Here you go: cmake .. -DCMAKE_INSTALL_PREFIX=/appl/openbabel-3.0.0 -DEIGEN3_INCLUDE_DIR=/appl/eigen-3.3.4/include -DBOOST_ROOT=/appl/boost-1.65.1/include -DCMAKE_BUILD_TYPE=DEBUG -DRUN_SWIG=ON -- The C compiler identification is GNU 4.9.4 -- The CXX compiler identification is GNU 4.9.4 --

Re: [Open Babel] cmake problems

2020-04-23 Thread Noel O'Boyle
Hi David, Can you provide the output from running Cmake on a clean build of Open Babel 3.0? What exact OS is this? - Noel On Wed, 22 Apr 2020, 19:17 Weise, David, wrote: > Hello Everybody, > I've been trying to compile openbabel for a hpc lsf environment. I'm > having a problem with cmake