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.
- 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.
- https://github.com/symengine/symengine for SymEngine
- https://github.com/secp8x32/gmp-6.2.1-mingw-msvc for providing GMP libraries for Windows.
- https://github.com/erigontech/gmp-wasm for providing GMP libraries for WASM32.