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
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
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
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
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