The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=14975 ====================================================================== Reported By: Nuno Assigned To: ====================================================================== Project: CMake Issue ID: 14975 Category: CMake Reproducibility: always Severity: minor Priority: high Status: new ====================================================================== Date Submitted: 2014-06-14 10:39 EDT Last Modified: 2014-06-14 10:39 EDT ====================================================================== Summary: Fortran modules for GNU fortran are not correctly identified Description: For some modules I get this "GNU fortran module aylqd_model.mod has unexpected format." after the call to *cmake_copy_f90_mod*
it only seems to happens in modules that are gziped and not the ASCII ones. I am using gfortran 4.9.0 and I think it was when they introduced gziped modules. Steps to Reproduce: happens with any .mod that is gziped. Additional Information: looking at the cmake code in git it seems that "cmDependsFortran.cxx" needs to be modified in the cmDependsFortran::ModulesDiffer() function to change the way GNU fortran modules are detected. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2014-06-14 10:39 Nuno New Issue ====================================================================== -- 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
