资 源 简 介
Compiling UMFPACK on windows is a bit nightmarish, And to use it with python is beyond the grasp of many. So here is a little effort to provide the users with a python library of UMFPACK.
Pre-requisites:
python 2.7 (http://www.python.org/)
mysysgit (http://code.google.com/p/msysgit/)
setuptools (http://pypi.python.org/pypi/setuptools)
Installation instructions:
Download and Extract the umfpackpy\_0.2.zip to your convenient location in Hard disk, Lets assume it"s extracted in C:/. Now there will be two files on the extracted folder, ez\_setup.py and scikits.umfpack-5.1.0-py2.7-win32.egg.
Start msys and write the following code to go to the extracted folder.
$ cd /c/umfpackpy\_0.2/
Write the following code on msys to install the UMFPACK lib