-
Notifications
You must be signed in to change notification settings - Fork 149
PySparseForWindows
Jonathan Guyer edited this page Sep 26, 2014
·
1 revision
* Make sure of the following: * `mingw` is installed * `libpython.a` is in `c:\pythonXX\libs` * `libblas.a` is in `c:\mingw\lib` * `liblapack.a` is in `c:\mingw\lib` * Numeric is installed
* If the above is not satisfied implement the Pysparse `INSTALL` instructions.
* Set the `PATH` to use MINGW's tools. {{{ set PATH=C:\mingw\bin }}}
* Build the distribution. {{{ C:\pythonXX\python setup.py build --compiler=mingw32 bdist --format=wininst }}}