← Back to team overview

dolfin team mailing list archive

SConstruct files under demo

 

The SConscript files under demo (e.g. demo/SConscript) look pretty complicated. Can we make them much simpler since pkg-config returns all the info needed for building the demos? Don't they just need to indicate the location of the SConstruct files?

It would be useful to list the subdirectories explicitly in the SConscript files under demo, or to have an exclude option, so that compilation of individual demos can be turned on and off. Sometimes we need to exclude particular demos when they're temporarily broken.

Garth