|
def | configure (packageName, versionString=None, eupsProduct=None, eupsProductPath=None, noCfgFile=False) |
| Recursively configure a package using ups/.cfg files. More...
|
|
def | CustomCFlagCheck (context, flag, append=True) |
| A configuration test that checks whether a C compiler supports a particular flag. More...
|
|
def | CustomCppFlagCheck (context, flag, append=True) |
| A configuration test that checks whether a C++ compiler supports a particular flag. More...
|
|
def | CustomCompileCheck (context, message, source, extension=".cc") |
| A configuration test that checks whether the given source code compiles. More...
|
|
def | CustomLinkCheck (context, message, source, extension=".cc") |
| A configuration test that checks whether the given source code compiles and links. More...
|
|
def | getLibs (env, categories="main") |
| Get the libraries the package should be linked with. More...
|
|