Re: [cmake-developers] Proposal to disable link depends inference.

2017-04-21 Thread Brad King
On 04/20/2017 05:16 PM, Matthew Hanna (BLOOMBERG/ 731 LEX) wrote: > avoid adding the external to external edges > https://gitlab.kitware.com/mhanna21/cmake/commit/2c7d2e33b6218e58f88957fb793ce0a781ec76aa That sounds good. From the patch: > + if (this->EntryList[depender_index].Target || >

Re: [cmake-developers] Support for unified headers in Android NDK

2017-04-21 Thread Robert Dailey
Thanks Florent! Let me know if you need any help, especially testing. I have a real world use case for this at $DAYJOB. On Thu, Apr 20, 2017 at 4:14 PM, Florent Castelli wrote: > I just came back from some holidays now, I'll try to update the MR with the > latest

Re: [cmake-developers] [Feature Request] Fortran standards compliance for various compilers

2017-04-21 Thread C Bergström
On Thu, Apr 20, 2017 at 4:12 AM, Alan W. Irwin wrote: > On 2017-04-19 07:27+0200 Rolf Eike Beer wrote: > >>> What would really be useful is a list containing >>> what Fortran features from the Fortran 2003 and 2008 standards that the >>> given Fortran compiler

[cmake-developers] Adding Microsoft MPI Fortran support in FindMPI

2017-04-21 Thread Christian P .
Hi folks, I’d like to implement support for MSMPI’s Fortran API in FindMPI so that it could be used to build ScaLAPACK and others. However, I’m looking for a bit of guidance on how to do this. The Fortran 90 interfaces are contained in a file called mpi.f90 in the MSMPI include folder. This