Pressio / pressio-builder

Auxiliary scripts to build TPLs and pressio tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automate creation of the folder name to use for building/installing

fnrizzi opened this issue · comments

Currently, the build system accepts a path to directory where to build and install things.
This is not ideal, because the name of this target can be anything.
Proposed change: pressio-builder creates the target folder using proper naming convention.
Just ask user to give the path to where they want to put things, and we create the target folder with a proper naming using compiler info, etc.
For example, something like: machinename_pressio_dbg/release_compilername_version_...