On Sun, Aug 22, 2010 at 09:13:06AM +0100, Garth N. Wells wrote: > On Aug 22 2010, [email protected] wrote: > > >------------------------------------------------------------ > >revno: 5049 > >committer: Anders Logg <[email protected]> > >branch nick: dolfin-dev > >timestamp: Sun 2010-08-22 09:57:12 +0200 > >message: > > Call CGAL provided CMake script from our own script which also > > builds a test program and sets correct variable names. > > > Does the test program require functions (indirectly) from MPFR? The > previous test didn't, so the test passed but DOLFIN didn't compile. > It would be good if the test relies on all the CGAL library > dependencies. These are easy to miss when building CGAL because it > is heavily templated. > > Garth
I don't know. I picked a simple test program from the CGAL documentation which seems to use the same things that we do: Triangles, AABB tree etc. Andre can probably provide a better test program. -- Anders _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

