Andre Massing wrote: > Hi, > > I am replacing the GTSinterface using the CGAL library, so I wonder how > I could easily include special compile flags, search paths and so on > into the simula-scons build system. I have had a first look at the > topmost SConstruct file but to the complexity of the build system any > hints or pointers would be greatly appreciated! >
Start by using the options 'customCxxFlags' and 'customLinkFlags' to set the necessary flags. Once it's clear what options are needed, one of the SCons gurus (i.e. Johannes ;)) can help in adding a test for CGAL. Garth > Regards, > Andre > _______________________________________________ > DOLFIN-dev mailing list > [email protected] > http://www.fenics.org/mailman/listinfo/dolfin-dev _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
