# append compilation flags cflags = config.default.toolchain.cflags cflags.extend(['-DUSE_OPENMP=0']) #cflags.extend(['-ggdb']) config.default.toolchain.set("cflags", cflags) # append modules' description file paths from os import environ from os.path import join tsarpath = environ['TSARPATH'] config.addDescPath(join(tsarpath, "trunk/lib")) config.addDescPath(join(tsarpath, "branches/reconfiguration/communication")) config.addDescPath(join(tsarpath, "branches/reconfiguration/modules"))