A very simple to use build system for projects with primarily C++/Python code, intended for usage by scientific developers without a strong SW-engineering background.
Like for e.g. git, simplebuild --init should be used to add a new simplebuild.cfg file in a directory. Optional arguments would allow one to specify needed bundles (e.g. simplebuild --init dgcode).
The generated file should contain lots of comments and commented-out-fields, thus documenting the format directly for the user.
Like for e.g. git,
simplebuild --init
should be used to add a new simplebuild.cfg file in a directory. Optional arguments would allow one to specify needed bundles (e.g.simplebuild --init dgcode
).The generated file should contain lots of comments and commented-out-fields, thus documenting the format directly for the user.