= [
('source-path=', None, 'path to the folder holding the fortran files'),
('scratch-path=', None, 'path to scratch folder where all temporary data is located during the build event'),
('output-file-path=', None, 'path to the output directory'),
('base-path=', None, 'path to base folder - optional'),
('verbose=', None, 'controls the logging level (0 - Nothing) Default: 2 - Everything'),
('btype=', None, 'controls the building type. Defaults to static library. Use shared to indicate a dynamic library shall be created'),
]