Re: [CMake] Memory usage and configuration time for large project

2018-05-04 Thread Patrick E Gartung
Just to be clear, the memory and time used are just to configure and generate the makefiles or Ninja file. The build itself can take several hours. On 4/30/18, 4:55 PM, "R0b0t1" <r03...@gmail.com> wrote: On Mon, Apr 30, 2018 at 4:44 PM, Patrick E Gartung <gart...@fnal.go

[CMake] Memory usage and configuration time for large project

2018-04-30 Thread Patrick E Gartung
Hi, We have a large c/c++/fortran project, CMSSW, that is built with a custom tool, scram.  https://github.com/cms-sw/cmssw The project might move to a cmake based build in the future. The scripts to convert to CmakeLists.tx has been written https://github.com/cms-sw/cmssw2cmake Tests