Re: [Numpy-discussion] Right way to build Fortran 90 module using numpy.distutils

2013-08-27 Thread Juan Luis Cano
El 27/08/2013 21:21, "Kyle Mandli" escribió: > > On Tue, Aug 27, 2013 at 1:26 PM, Juan Luis Cano wrote: >> >> >> El 27/08/2013 17:27, "Kyle Mandli" escribió: >> >> >> > >> > On Tue, Aug 27, 2013 at 6:46 AM, Juan Luis Cano wrote: >> >> >> >> I'm having some problems to properly build a module wr

Re: [Numpy-discussion] Right way to build Fortran 90 module using numpy.distutils

2013-08-27 Thread Kyle Mandli
On Tue, Aug 27, 2013 at 1:26 PM, Juan Luis Cano wrote: > > El 27/08/2013 17:27, "Kyle Mandli" escribió: > > > > > On Tue, Aug 27, 2013 at 6:46 AM, Juan Luis Cano > wrote: > >> > >> I'm having some problems to properly build a module written in Fortran > >> 90 using numpy.distutils. It only cont

Re: [Numpy-discussion] Right way to build Fortran 90 module using numpy.distutils

2013-08-27 Thread Juan Luis Cano
El 27/08/2013 17:27, "Kyle Mandli" escribió: > > On Tue, Aug 27, 2013 at 6:46 AM, Juan Luis Cano wrote: >> >> I'm having some problems to properly build a module written in Fortran >> 90 using numpy.distutils. It only contains one subroutine, but: >> >> * If I write a .f90 file with the single su

Re: [Numpy-discussion] Right way to build Fortran 90 module using numpy.distutils

2013-08-27 Thread Kyle Mandli
On Tue, Aug 27, 2013 at 6:46 AM, Juan Luis Cano wrote: > I'm having some problems to properly build a module written in Fortran > 90 using numpy.distutils. It only contains one subroutine, but: > > * If I write a .f90 file with the single subroutine (no module .. > contains), then f2py tries to c

[Numpy-discussion] Right way to build Fortran 90 module using numpy.distutils

2013-08-27 Thread Juan Luis Cano
I'm having some problems to properly build a module written in Fortran 90 using numpy.distutils. It only contains one subroutine, but: * If I write a .f90 file with the single subroutine (no module .. contains), then f2py tries to compile it using a f77 compiler, and that's not what I want. * If I