[Build routine] One-click build and installation? #131
Labels
automation
Suggestions and possible candidates for automation.
build routine
Topics concerning the build routine.
enhancement
question
Milestone
Some IDEs, such as compilations of the Visual Studio Code code base (VSC-like, in the following), for instance, bring their own build systems. The system of the VSC-likes is based on the JSON notation and can be triggered by just pushing three keys on the keyboard and clicking one of the configured build instructions from a drop-down list.
This might be useful in order to prepare common build instructions of the project such that users just need to call their favourite instruction. This would make the build process easier and more intuitive for the users and would further avoid possible failures during the build process due to typos of the build instructions, for instance.
By using this JSON routine, common build settings, such as the installation paths of MATLAB and Octave, for example, can be outsourced to a separate file in the repository which will act as the storage of constants for the build routine.
Shall I prepare a few examples for the minimum build with
--enable-all
,--enable-openmp
and--enable-julia
?The text was updated successfully, but these errors were encountered: