GitHub - BrettWilsonDev/symengine: SymEngine with some windows and wasm support

SymEngine Fork

This is a fork of SymEngine that includes static GMP libraries for both Windows and WASM32, and does not rely on system-wide GMP. This fork aims to provide a more self-contained and platform-agnostic solution for projects utilizing SymEngine.

Key Features

  • Static GMP libraries: Includes pre-compiled static libraries for GMP, eliminating the need for system-wide installations.
  • Windows support: Provides static GMP libraries for Windows, ensuring seamless integration with SymEngine.
  • WASM32 support: Includes static GMP libraries for WASM32, enabling SymEngine to run in web-based environments.

Acknowledgments