Are there still any HAS_CGAL issues to fix or has this been sorted out? I vaguely remember that I promised to add some #ifdefs before Christmas but never got around to it.
-- Anders On Fri, Jan 29, 2010 at 10:16:18AM -0000, [email protected] wrote: > ------------------------------------------------------------ > revno: 4406 > committer: Johannes Ring <[email protected]> > branch nick: dolfin > timestamp: Fri 2010-01-29 11:14:00 +0100 > message: > has_gts -> has_cgal (fixes issue on Mac buildbot that doesn't have CGAL). > modified: > test/unit/function/python/test.py > > > === modified file 'test/unit/function/python/test.py' > --- test/unit/function/python/test.py 2010-01-02 15:14:34 +0000 > +++ test/unit/function/python/test.py 2010-01-29 10:14:00 +0000 > @@ -59,8 +59,8 @@ > b = a((2.0, 1.0), { f0: N }) > self.assertEqual(b, 25) > > - # Projection requires gts > - if not has_gts(): > + # Projection requires CGAL > + if not has_cgal(): > return > > V2 = FunctionSpace(mesh, 'CG', 2) >
signature.asc
Description: Digital signature
_______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

