dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #06478
Re: GTS not found
On Tue, Mar 11, 2008 Åsmund Ødegård wrote:
> Hi,
>
> On Mon, Mar 10, 2008 at 4:22 PM, Kristen Kaasbjerg <cosby@xxxxxxxxx>
> wrote:
>> Hi,
>>
>> I having problem with GTS after converting to scons.
>> Despite the fact that gts is found during the build,
>> I get a runtime error upon calls to overlap method
>> of the IntersectionDetector class.
>> I have gts installed in /usr/local/ so don't see why it
>> isn't found at runtime.
>
> as far as I remember, GTS was intentionally left out during the
> transition from auto* to scons, probably to smoke out any users :)
>
> It is easy to add support back in, Johannes will probably fix this soon!
Should be fixed now (just changed HAVE_GTS_H to HAS_GTS in
dolfin/mesh/GTSInterface.cpp).
Johannes
References