2
1

Config.in 920 B

12345678910111213141516171819202122232425
  1. config BR2_PACKAGE_PYTHON_MATPLOTLIB
  2. bool "python-matplotlib"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_PACKAGE_PYTHON3
  5. depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
  6. select BR2_PACKAGE_FREETYPE # runtime
  7. select BR2_PACKAGE_LIBPNG # runtime
  8. select BR2_PACKAGE_PYTHON_CYCLER
  9. select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
  10. select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
  11. select BR2_PACKAGE_PYTHON_NUMPY # runtime
  12. select BR2_PACKAGE_PYTHON_PYPARSING # runtime
  13. select BR2_PACKAGE_PYTHON3_ZLIB # runtime
  14. select BR2_PACKAGE_ZLIB # runtime
  15. help
  16. Matplotlib strives to produce publication quality 2D
  17. graphics for interactive graphing, scientific publishing,
  18. user interface development and web application servers
  19. targeting multiple user interfaces and hardcopy output
  20. formats.
  21. https://matplotlib.org/
  22. comment "python-matplotlib needs a toolchain w/ C++"
  23. depends on !BR2_INSTALL_LIBSTDCPP