Re: [OpenBabel-Devel] Many test exception on Mac OSX with -DCMAKE_BUILD_TYPE=Debug

2016-02-10 Thread Geoffrey Hutchison
> I solved the problem of the missing Eigen (eigen3 @3.2.5 is installed), but > still cannot compile openbabel with OpenMP on Mac OS. While I can understand your interest in compiling with OpenMP, there is at the moment, no Apple-supported compiler for OpenMP on Mac. I can compile with GCC on

Re: [OpenBabel-Devel] Many test exception on Mac OSX with -DCMAKE_BUILD_TYPE=Debug

2016-02-08 Thread Noel O'Boyle
Missing Eigen. On 8 February 2016 at 13:28, David van der Spoel wrote: > Hi, > > if I compiled OB with -DCMAKE_BUILD_TYPE=Debug on my mac (OSX Mavericks, > gcc 4.9) many tests fail with > 4/150 Test #4: test_align_4 .***Exception: Other > 6.57 sec

Re: [OpenBabel-Devel] Many test exception on Mac OSX with -DCMAKE_BUILD_TYPE=Debug

2016-02-08 Thread David van der Spoel
On 08/02/16 15:46, Geoffrey Hutchison wrote: >> if I compiled OB with -DCMAKE_BUILD_TYPE=Debug on my mac (OSX Mavericks, >> gcc 4.9) many tests fail with > > Why are you using gcc-4.9 on Mavericks? I don't think that's a supported > compiler. > > I don't have a problem compiling with Debug or

Re: [OpenBabel-Devel] Many test exception on Mac OSX with -DCMAKE_BUILD_TYPE=Debug

2016-02-08 Thread David Lonie
No idea what's happening there, but you can run ctest with -V to see the process output for the failing tests. Dave On Mon, Feb 8, 2016 at 8:28 AM, David van der Spoel wrote: > Hi, > > if I compiled OB with -DCMAKE_BUILD_TYPE=Debug on my mac (OSX Mavericks, > gcc 4.9) many

Re: [OpenBabel-Devel] Many test exception on Mac OSX with -DCMAKE_BUILD_TYPE=Debug

2016-02-08 Thread David van der Spoel
On 08/02/16 14:37, David Lonie wrote: > No idea what's happening there, but you can run ctest with -V to see > the process output for the failing tests. Thanks, that helps a bit. Now I get 5: Test command: /Users/spoel/GG/openbabel-dev/build/bin/test_runner "aligntest" "5" 5: Environment

[OpenBabel-Devel] Many test exception on Mac OSX with -DCMAKE_BUILD_TYPE=Debug

2016-02-08 Thread David van der Spoel
Hi, if I compiled OB with -DCMAKE_BUILD_TYPE=Debug on my mac (OSX Mavericks, gcc 4.9) many tests fail with 4/150 Test #4: test_align_4 .***Exception: Other 6.57 sec Start 5: test_align_5 5/150 Test #5: test_align_5 .***Exception:

Re: [OpenBabel-Devel] Many test exception on Mac OSX with -DCMAKE_BUILD_TYPE=Debug

2016-02-08 Thread Geoffrey Hutchison
> if I compiled OB with -DCMAKE_BUILD_TYPE=Debug on my mac (OSX Mavericks, > gcc 4.9) many tests fail with Why are you using gcc-4.9 on Mavericks? I don't think that's a supported compiler. I don't have a problem compiling with Debug or Release using Apple Clang. In principal, it's fine, but