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