luispedro / mahotas

Computer Vision in Python
https://mahotas.rtfd.io
Other
839 stars 147 forks source link

Add numpy includes #45

Closed stromnov closed 10 years ago

stromnov commented 10 years ago

Setuptools knows nothing about numpy includes.

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling 75b16b0f0dbb79c458377be481bd43554548c4ba on stromnov:master into 0d6485faf32f02f95f86158c6cc6ecabb752c710 on luispedro:master.

luispedro commented 10 years ago

Thanks. I merged this, but can you let me know in which operating system you needed this (it worked previously on my laptop & on travis).

stromnov commented 10 years ago

Hi,

My case: OSX 10.9.4 + MacPorts.

But actually it can be any OS which supports installation of several versions of Numpy with different python versions. For those OSes Numpy’s include files can be placed at specific python-dependent paths (MacPorts: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include).

Another example: Ubuntu + (python27+numpy 1.7) and (python34 + numpy 1.8).

On 18 Jul 2014, at 10:34, Luis Pedro Coelho notifications@github.com wrote:

Thanks. I merged this, but can you let me know in which operating system you needed this (it worked previously on my laptop & on travis).

— Reply to this email directly or view it on GitHub.

luispedro commented 10 years ago

Ok, thanks.

I'll release a new version (1.2.1) to include this patch. Build issues are always critical.