Hi Matthew,

try running a couple of the failing tests in verbose mode:

ctest -I 5,5 -V
ctest -I 9,9 -V

I'd also suggest to check that your Boost libraries are in your LD_LIBRARY_PATH, as you have built your own.

Cheers,
p.

On 06/21/17 19:17, Matthew Lardy wrote:
Hi all,

I'm trying to get a new build for any version of RDKit from 2016_4 to the most reccent release. Everything builds correctly, but when I perform the tests each version fails at the same place:

        Start   5: testMultiFPB
5/116 Test #5: testMultiFPB .......................***Exception: Other 0.12 sec
        Start   6: pyBV
  6/116 Test   #6: pyBV ............................... Passed    3.65 sec
        Start   7: pyDiscreteValueVect
  7/116 Test   #7: pyDiscreteValueVect ................ Passed    2.18 sec
        Start   8: pySparseIntVect
  8/116 Test   #8: pySparseIntVect .................... Passed    2.41 sec
        Start   9: pyFPB
9/116 Test #9: pyFPB ..............................***Failed 2.16 sec

So here is what I'm using:
Boost v.1.59
CMake v 3.0.0
Swig v 3.0.8
CentOS 6 (yes, I know, it's terrible to build on)

I've looked through the test log, but nothing caught my eye. Any ideas why the testMultiFPB would fail?

Thanks!
Matt


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to