Re: [CMake] Fortran dependency fixes

2008-09-23 Thread Arjen Markus
> Am Dienstag, 23. September 2008 schrieb Arjen Markus: >> I do not know what the changes in the code actually are, but one major >> problem was that using the >> word "use" in comments caused a false dependency. I do not know about >> infinite loops though. >> >> Regards, >> >> Arjen > > This bug

Re: [CMake] Fortran dependency fixes

2008-09-23 Thread Myers, Gary
PROTECTED] On Behalf Of Maik Beckmann Sent: Tuesday, September 23, 2008 11:09 AM To: cmake@cmake.org; Erik Edelmann Subject: Re: [CMake] Fortran dependency fixes Am Dienstag, 23. September 2008 schrieb Myers, Gary: > I have been using the Fortran dependency generator named makedepf90 > (Erik Ed

Re: [CMake] Fortran dependency fixes

2008-09-23 Thread Maik Beckmann
Am Dienstag, 23. September 2008 schrieb Myers, Gary: > I have been using the Fortran dependency generator named makedepf90 > (Erik Edelmann - 2.8.8) for years now. Recently, we have encountered a > bug in this application (infinite loop within the parser). I noticed > that Fortran dependencies ar

Re: [CMake] Fortran dependency fixes

2008-09-23 Thread Maik Beckmann
Am Dienstag, 23. September 2008 schrieb Arjen Markus: > I do not know what the changes in the code actually are, but one major > problem was that using the > word "use" in comments caused a false dependency. I do not know about > infinite loops though. > > Regards, > > Arjen This bug was in cmake-

Re: [CMake] Fortran dependency fixes

2008-09-23 Thread Arjen Markus
Myers, Gary wrote: I have been using the Fortran dependency generator named makedepf90 (Erik Edelmann - 2.8.8) for years now. Recently, we have encountered a bug in this application (infinite loop within the parser). I noticed that Fortran dependencies are generated in cmake with the use of

[CMake] Fortran dependency fixes

2008-09-23 Thread Myers, Gary
I have been using the Fortran dependency generator named makedepf90 (Erik Edelmann - 2.8.8) for years now. Recently, we have encountered a bug in this application (infinite loop within the parser). I noticed that Fortran dependencies are generated in cmake with the use of an adaptation of makedep