Installation Instructions
- Install the Atomic Simulation Environment (https://wiki.fysik.dtu.dk/ase/)
- Install Python, Numpy, Scipy, Cython (use apt-get or pip in Ubuntu Linux)
- Install SuiteSparse (Ubuntu has libsuitesparse-dev in apt-get)
- Install scikits.sparse (adjust setup.py to point to SuiteSparse/CHOLMOD directory)
- Test if all dependencies are fullfilled (modules can be imported in ipython session)
- Adjust all dependency locations in setup.py and setup-cython.py of winak
- Issue make in the winak parent directory and export the build/lib.linux-<version>/ directory
into the PYTHONPATH variable