Re: [Numpy-discussion] numpy build system questions for use in another project (fwrap)

2010-04-11 Thread Dag Sverre Seljebotn
Kurt Smith wrote: On Sat, Apr 10, 2010 at 9:53 AM, Dag Sverre Seljebotn da...@student.matnat.uio.no wrote: Kurt Smith wrote: On Fri, Apr 9, 2010 at 2:25 AM, David da...@silveregg.co.jp wrote: On 04/07/2010 11:52 AM, Kurt Smith wrote: Fortran's .mod files are essentially compiler-generated

Re: [Numpy-discussion] numpy build system questions for use in another project (fwrap)

2010-04-11 Thread Kurt Smith
On Sun, Apr 11, 2010 at 12:54 PM, Dag Sverre Seljebotn da...@student.matnat.uio.no 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

Re: [Numpy-discussion] numpy build system questions for use in another project (fwrap)

2010-04-11 Thread David
On 04/10/2010 03:02 AM, Kurt Smith wrote: On Fri, Apr 9, 2010 at 2:25 AM, Davidda...@silveregg.co.jp 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

Re: [Numpy-discussion] numpy build system questions for use in another project (fwrap)

2010-04-10 Thread Dag Sverre Seljebotn
Kurt Smith wrote: On Fri, Apr 9, 2010 at 2:25 AM, David da...@silveregg.co.jp 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:

Re: [Numpy-discussion] numpy build system questions for use in another project (fwrap)

2010-04-10 Thread Kurt Smith
On Sat, Apr 10, 2010 at 9:53 AM, Dag Sverre Seljebotn da...@student.matnat.uio.no wrote: Kurt Smith wrote: On Fri, Apr 9, 2010 at 2:25 AM, David da...@silveregg.co.jp wrote: On 04/07/2010 11:52 AM, Kurt Smith wrote: Fortran's .mod files are essentially compiler-generated header files; fwrap

Re: [Numpy-discussion] numpy build system questions for use in another project (fwrap)

2010-04-09 Thread David
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 .mod

Re: [Numpy-discussion] numpy build system questions for use in another project (fwrap)

2010-04-09 Thread Kurt Smith
On Fri, Apr 9, 2010 at 2:25 AM, David da...@silveregg.co.jp 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

[Numpy-discussion] numpy build system questions for use in another project (fwrap)

2010-04-06 Thread Kurt Smith
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