On 04/10/2010 03:02 AM, Kurt Smith wrote:
> On Fri, Apr 9, 2010 at 2:25 AM, David wrote:
>> On 04/07/2010 11:52 AM, Kurt Smith wrote:
>>> Briefly, I'm encountering difficulties getting things working in numpy
>>> distutils for fwrap's build system.
>>>
>>> Here are the steps I want the build syste
On Sun, Apr 11, 2010 at 12:54 PM, Dag Sverre Seljebotn
wrote:
> Kurt Smith wrote:
...
>>
>> So you could do something like the following to get the compiler flags:
>>
>> $ fwrap --get-cflags --fcompiler=intelem
>>
>> And it would spit out the flags necessary to include when compiling
>> the for
Kurt Smith wrote:
> On Sat, Apr 10, 2010 at 9:53 AM, Dag Sverre Seljebotn
> wrote:
>> Kurt Smith wrote:
>>> On Fri, Apr 9, 2010 at 2:25 AM, David wrote:
On 04/07/2010 11:52 AM, Kurt Smith wrote:
>
>>> Fortran's .mod files are essentially compiler-generated header files;
>>> fwrap needs to u
On Sat, Apr 10, 2010 at 9:53 AM, Dag Sverre Seljebotn
wrote:
> Kurt Smith wrote:
>> On Fri, Apr 9, 2010 at 2:25 AM, David wrote:
>>> On 04/07/2010 11:52 AM, Kurt Smith wrote:
>> Fortran's .mod files are essentially compiler-generated header files;
>> fwrap needs to use these 'headers' to get typ
Kurt Smith wrote:
> On Fri, Apr 9, 2010 at 2:25 AM, David wrote:
>> On 04/07/2010 11:52 AM, Kurt Smith wrote:
>>> Briefly, I'm encountering difficulties getting things working in numpy
>>> distutils for fwrap's build system.
>>>
>>> Here are the steps I want the build system to accomplish:
>>>
>>>
On Fri, Apr 9, 2010 at 2:25 AM, David wrote:
> On 04/07/2010 11:52 AM, Kurt Smith wrote:
>> Briefly, I'm encountering difficulties getting things working in numpy
>> distutils for fwrap's build system.
>>
>> Here are the steps I want the build system to accomplish:
>>
>> 1) Compile a directory of
On 04/07/2010 11:52 AM, Kurt Smith wrote:
> Briefly, I'm encountering difficulties getting things working in numpy
> distutils for fwrap's build system.
>
> Here are the steps I want the build system to accomplish:
>
> 1) Compile a directory of Fortran 90 source code -- this works.
> - The .mo
Briefly, I'm encountering difficulties getting things working in numpy
distutils for fwrap's build system.
Here are the steps I want the build system to accomplish:
1) Compile a directory of Fortran 90 source code -- this works.
- The .mod files generated by this compilation step are put in t