Re: [CMake] Cmake 3.5.0 and Fortran submodule cannot be built

2016-03-24 Thread Brad King
On 03/24/2016 03:29 PM, olusegun ogunbade wrote: > [ 33%] Building Fortran object src/CMakeFiles/foo.dir/m_point.f90.o > Error copying Fortran module "mod/procedure". Tried "mod/PROCEDURE.mod" and > "mod/procedure.mod". Thanks for the example. The problem is that the syntax MODULE PROCED

Re: [CMake] Cmake 3.5.0 and Fortran submodule cannot be built

2016-03-24 Thread olusegun ogunbade
Arjen Markus; cmake@cmake.org Subject: Re: [CMake] Cmake 3.5.0 and Fortran submodule cannot be built On 03/23/2016 11:41 AM, Arjen Markus wrote: > Fortran submodules are contained in a file with the extension > .smod instead of .mod. At least for Intel Fortran. It may very > well be th

Re: [CMake] Cmake 3.5.0 and Fortran submodule cannot be built

2016-03-24 Thread Damian Rouson
I hope we’ll see CMake support for submodules soon. Submodules are now supported by released versions of the Cray, IBM, and Intel compilers and by the pre-release GNU Fortran compiler version 6.0.0, which is expected to release in mid-April. Damian On Mar 23, 2016, at 1:12 PM, Brad King wrote

Re: [CMake] Cmake 3.5.0 and Fortran submodule cannot be built

2016-03-23 Thread Brad King
On 03/23/2016 11:41 AM, Arjen Markus wrote: > Fortran submodules are contained in a file with the extension > .smod instead of .mod. At least for Intel Fortran. It may very > well be that this feature is not yet supported by CMake. [snip] >> Error copying Fortran module "mod/function". >> Tried "mo

Re: [CMake] Cmake 3.5.0 and Fortran submodule cannot be built

2016-03-23 Thread Arjen Markus
> -Original Message- > From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of olusegun > ogunbade > Sent: Wednesday, March 23, 2016 4:33 PM > To: cmake@cmake.org > Subject: [CMake] Cmake 3.5.0 and Fortran submodule cannot be built > > >

[CMake] Cmake 3.5.0 and Fortran submodule cannot be built

2016-03-23 Thread olusegun ogunbade
From: olusegun ogunbade Sent: Wednesday, March 23, 2016 2:59:07 PM To: cmake@cmake.org Subject: Cmake 3.5.0 and Fortran submodule cannot be built I was trying to build a Fortran project using Cmake-3.5.0. The project was written with the fortran 08 submo