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

Richer cachedir specification #18

Open tkittel opened 11 months ago

tkittel commented 11 months ago

It would be nice if build.cachedir in simplebuild.cfg could have special variables like:

"<HOME>/scr/simplebuild_caches/<UID>" "<TMP>/simplebuild_caches_<USER>/<UID>"

Where UID would be a hash of the absolute path to the simplebuild.cfg file.