On Mon, Aug 31, 2009 at 10:30 AM, Greg Landrum<greg.land...@gmail.com> wrote: > > It looks like some of the rdkit unit tests (specifically the one for > RDK fingerprints) fail with the newest release of boost (1.40). Until > I manage to figure this out and fix it, I suggest that people stick > with boost v1.39 or earlier.
The problem comes about due to bug fixes in the random-number code in Boost. I have updated the fingerprint tests in svn so that the tests pass with either version, but it is very important to know that fingerprints from RDKFingerprintMol() generated with boost v1.40 are *not* backwards compatible with those generated using earlier versions. Best regards, -greg