dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #17295
Re: [Branch ~dolfin-core/dolfin/main] Rev 4406: has_gts -> has_cgal (fixes issue on Mac buildbot that doesn't have CGAL).
-
To:
DOLFIN Mailing List <dolfin@xxxxxxxxxxxxxxxxxxx>
-
From:
Anders Logg <logg@xxxxxxxxx>
-
Date:
Fri, 29 Jan 2010 11:29:25 +0100
-
In-reply-to:
<20100129101618.420.84721.launchpad@loganberry.canonical.com>
-
User-agent:
Mutt/1.5.20 (2009-06-14)
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