← Back to team overview

dolfin team mailing list archive

Re: [Branch ~dolfin-core/dolfin/main] Rev 4406: has_gts -> has_cgal (fixes issue on Mac buildbot that doesn't have CGAL).

 

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, noreply@xxxxxxxxxxxxx wrote:
> ------------------------------------------------------------
> revno: 4406
> committer: Johannes Ring <johannr@xxxxxxxxx>
> 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)
>

Attachment: signature.asc
Description: Digital signature


Follow ups