Re: [cmake-developers] Fortran support for Ninja generator

2015-03-27 Thread Brad King
On 03/26/2015 08:53 AM, Brad King wrote: I'm working on a write-up of the whole thing to present to Ninja folks. Once it's drafted I'll post it here for discussion. I've drafted the attached document in Markdown to make it easy to paste into a Github issue or comment for discussion with Ninja

Re: [cmake-developers] Fortran support for Ninja generator

2015-03-24 Thread Nils Gladitz
On 03/24/2015 10:08 AM, Steven Vancoillie wrote: Dear all, we have a large Fortran project which we build with cmake and I'm interested in making the ninja generator work with Fortran. I found a few short discussions of this on the mailing list, but since then nothing has happened. One mention

Re: [cmake-developers] Fortran support for Ninja generator

2015-03-24 Thread Brad King
On 03/24/2015 05:46 AM, Nils Gladitz wrote: One mention was to use the -M* flags supported by gfortran, just as with gcc. However, when I tried this approach I found out that the -M* flag for gfortran seems buggy, it doesn't output the correct format (e.g. the target given with -MT flag is

[cmake-developers] Fortran support for Ninja generator

2015-03-24 Thread Steven Vancoillie
Dear all, we have a large Fortran project which we build with cmake and I'm interested in making the ninja generator work with Fortran. I found a few short discussions of this on the mailing list, but since then nothing has happened. One mention was to use the -M* flags supported by gfortran,

Re: [cmake-developers] Fortran support for Ninja generator

2015-03-24 Thread Bill Hoffman
On 3/24/2015 5:46 AM, Nils Gladitz wrote: I am not very familiar with fortran myself but there was this discussion on the ninja mailing list that implied that this might also require changes to ninja itself: https://groups.google.com/d/msg/ninja-build/b1-AF3pRJuE/NkPDsO0C2IUJ Yes, the problem