summaryrefslogtreecommitdiffstats
path: root/package/python-numpy/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/python-numpy/Config.in')
-rw-r--r--package/python-numpy/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/python-numpy/Config.in b/package/python-numpy/Config.in
new file mode 100644
index 0000000000..169b91fb42
--- /dev/null
+++ b/package/python-numpy/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_PYTHON_NUMPY
+ bool "python-numpy"
+ # numpy needs fenv.h. Available for all architectures in
+ # glibc, but only for x86 and x86-64 in uClibc.
+ depends on !BR2_TOOLCHAIN_USES_UCLIBC || BR2_i386 || BR2_x86_64
+ help
+ NumPy is the fundamental package for scientific computing
+ with Python.
+
+ Note that NumPy needs fenv.h fully supported by the
+ C library.
+
+ http://www.numpy.org/
OpenPOWER on IntegriCloud