Config.in 396 B

1234567891011
  1. config BR2_PACKAGE_PYTHON_SYMPY
  2. bool "python-sympy"
  3. select BR2_PACKAGE_PYTHON_MPMATH # runtime
  4. help
  5. SymPy is a Python library for symbolic mathematics. It aims
  6. to become a full-featured computer algebra system (CAS)
  7. while keeping the code as simple as possible in order to be
  8. comprehensible and easily extensible. SymPy is written
  9. entirely in Python.
  10. https://www.sympy.org/