Building a version of NumPy that links with a specific Visual Studio Runtime Library
In the previous blog article we showed how to build a Mingw-w64 toolchain that links with a specific runtime. In this article we will use this toolchain, along with a locally built Python installation, to generate a version of NumPy that links with…