python-numpy: disable on non-supported architectures
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 18 Jul 2014 08:00:41 +0000 (10:00 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 18 Jul 2014 08:00:41 +0000 (10:00 +0200)
commit153990dfd89a2ae3d453520ef54a0b4c2bfe44ab
tree8db7c4376ae87186a627ba36152a18b3253c7e94
parent7cfc0f89359468bada8e3aad7c8349ce884580d7
python-numpy: disable on non-supported architectures

The numpy/core/include/numpy/npy_cpu.h file has some
architecture-specific definitions, and not all architectures are
supported. This commit makes sure python-numpy cannot be selected on
the architectures that are not supported.

Fixes:

  http://autobuild.buildroot.org/results/327/327c85f5b1849d390fcf0727cf48e621b946571f/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python-numpy/Config.in