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

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