This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cmake and fortran


--- Ven 9/7/10, Yaakov  ha scritto:

> Marco Atzeri wrote:
> > as lapack is moving to cmake as build system,
> > I started to playing with cmake and I suspect no one
> > tried before cmake and fortran together on cygwin.
> > 
> > The definition file
> >
> /usr/share/cmake-2.6.4/Modules/Platform/CYGWIN-g77.cmake
> > is clearly wrong. It tries to build libxxx.dll and so
> on.
> > 
> > Attached the one that I am currently using, copied and
> modified
> > from CYGWIN-g77.cmake that seems right.
> > 
> > Could the cmake maintainer give a check and eventually
> 
> > report the issue upstream ?
> 
> I'm not the cmake maintainer, but could you try Ports'
> cmake-2.8.1-11
> and see if that's any better?
> 
> 
> Yaakov

2.8.1-11 looks much better.
I see that the same structure is used for all GNU compiler

on
/usr/share/cmake-2.8.1/Modules/Platform

CYGWIN-GNU-C.cmake    
CYGWIN-GNU-Fortran.cmake  
CYGWIN-GNU-CXX.cmake  

all refer to common structure in
CYGWIN-GNU.cmake

Marco








--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]