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 is that to build fortran 95 you have to parse the fortran first and figure out what order to build it, and then do the build. ninja is setup to load the depend tree once when it starts. It would have to be modified to be able to load the depend information dynamically.

-Bill

--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to