Re: [Numpy-discussion] Fortran 90 Library and .mod files numpy.distutils

2014-05-30 Thread David Huard
Hi Onur, Have you taken a look at https://github.com/numpy/numpy/issues/1350 ? Maybe both issues are related. Cheers, David H. On Fri, May 30, 2014 at 6:20 AM, Onur Solmaz wrote: > Was this mail seen? I cannot be sure because it is the first time I posted. > > > > On Mon, May 26, 2014 at 2:4

Re: [Numpy-discussion] Fortran 90 Library and .mod files numpy.distutils

2014-05-30 Thread Onur Solmaz
Was this mail seen? I cannot be sure because it is the first time I posted. On Mon, May 26, 2014 at 2:48 PM, Onur Solmaz wrote: > I am building a Fortran 90 library and its extension. .mod files get > generated inside the build/temp.linux-x86_64-2.7/ directory, and stay > there; so when buildin

[Numpy-discussion] Fortran 90 Library and .mod files numpy.distutils

2014-05-26 Thread Onur Solmaz
I am building a Fortran 90 library and its extension. .mod files get generated inside the build/temp.linux-x86_64-2.7/ directory, and stay there; so when building the extension, the compiler complains that it cannot find the modules This is because the include paths do not have the temp directory.