bigfloat library for Python
This repo provides instructions for building the Python bigfloat library. The source code for bigfloat is available at:
https://pypi.org/project/bigfloat/ https://github.com/mdickinson/bigfloat
A functioning mingw-w64 compiler (http://http://mingw-w64.org) and the msys2 environment (https://www.msys2.org/) are necessary for being able to build the Windows binaries for the Python bigfloat library. This project depends on gmp and mpfr. A build script, gmpy2-bigfloat-build-v1.sh, is provided to make the process simpler.
The bigfloat binaries for Python 3.7, 3.8 are provided as a community service.