Re: [Numpy-discussion] distutils: compiler used by add_library

2012-08-29 Thread Ondřej Čertík
Hi Matyáš, On Wed, Aug 29, 2012 at 3:20 AM, Matyáš Novák wrote: > Hi, > I wrote extension some numerical extension for python, that requires > compiling > and linking additional fortran sources. I find out, that these libraries > can be easily added > using config.add_library() function, but ther

[Numpy-discussion] distutils: compiler used by add_library

2012-08-29 Thread Matyáš Novák
Hi, I wrote extension some numerical extension for python, that requires compiling and linking additional fortran sources. I find out, that these libraries can be easily added using config.add_library() function, but there is a problem. The --fcompiler command doesn't propagate to the stage where