I need to build specified (v0.17.0) version of scipy with mingwpy. I just installed mingwpy from anaconda. ``` pip install -i https://pypi.anaconda.org/carlkl/simple mingwpy ``` Following official how-to [compiling-scipy](http://mingwpy.github.io/mingwpy.html#compiling-scipy) , step 1: I need scipy.patch. I could find only one patch patch `scipy-0.15.1.patch` from [bitbucket](https://bitbucket.org/carlkl/mingw-w64-for-python/downloads?tab=downloads). I see that there is other scipy wheels on anaconda [repo](https://anaconda.org/carlkl/scipy/files). But where I can get patches for this scipy versions ? Maybe I must using same patch for all scipy releases ?
I need to build specified (v0.17.0) version of scipy with mingwpy.
I just installed mingwpy from anaconda.
Following official how-to compiling-scipy , step 1:
I need scipy.patch.
I could find only one patch patch
scipy-0.15.1.patchfrom bitbucket.I see that there is other scipy wheels on anaconda repo.
But where I can get patches for this scipy versions ?
Maybe I must using same patch for all scipy releases ?