]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
python-numpy: introduce ARCH_SUPPORTS hidden variable
authorGwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Wed, 7 Oct 2015 07:43:17 +0000 (09:43 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 9 Oct 2015 13:34:02 +0000 (15:34 +0200)
commitbb9014b329175b02d49db91105ba58a17b757c50
treed048436fba2c1129b7f0f8461c40a6deb689f77c
parent37ad0f8d7000c0be5ea47c4b968241311cc27560
python-numpy: introduce ARCH_SUPPORTS hidden variable

Some packages selects python-numpy. This package has a some CPU specific
code. To simplify and avoid duplicate dependencies this patch introduce an
hidden ARCH_SUPPORTS variable.

[Thomas: fix the definition of the new option to make sure its value
is actually 'y' when a supported architecture is used.]

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python-numpy/Config.in