-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Milestone
Description
Currently, compilation of the code can be performed using the provided
- Makefile
- cmake scripts
- autotools scripts
On the one hand, keeping the Makefile is probably a good idea so that one (not very familiar with the cmake syntax) can quickly test the code on new architectures. On the other hand, keeping both the cmake and autotools is probably a bad idea, and the autotools should be removed later on (v3).
It could be interesting to have a Makefile with explicit file dependencies so that parallel make would work with both Makefile and cmake.
The compilation using cmake should be clearly documented. Some clusters have support for cmake but no support for ccmake or cmake-gui. Thus, it is important to document clearly all the cmake options one can use from the command-line.
Metadata
Metadata
Assignees
Labels
No labels