Config.in 404 B

12345678910111213
  1. config BR2_PACKAGE_PYTHON_NUMPY
  2. bool "python-numpy"
  3. # numpy needs fenv.h. Available for all architectures in
  4. # glibc, but only for x86 and x86-64 in uClibc.
  5. depends on !BR2_TOOLCHAIN_USES_UCLIBC || BR2_i386 || BR2_x86_64
  6. help
  7. NumPy is the fundamental package for scientific computing
  8. with Python.
  9. Note that NumPy needs fenv.h fully supported by the
  10. C library.
  11. http://www.numpy.org/