mctools / simplebuild

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.
https://mctools.github.io/simplebuild/
Apache License 2.0
3 stars 1 forks source link

Allow SBLDCFG var to override cwd-based detection #20

Closed tkittel closed 11 months ago

tkittel commented 11 months ago

It might be preferable in some settings to not have the search for simplebuild.cfg be based on current working directory, but instead be specified via an environment variable.

tkittel commented 11 months ago

This is actually already the case, just let the SIMPLEBUILD_CFG env var point at the simplebuild.cfg file in question (which can have any name).