Skip to content

setup.py fixes

Viacheslav Ostroukh requested to merge slavoutich/kwant:master into master

First commit fixes configuration without build.conf. It failed to build without MUMPS at all (exception in del exts['mumps']).

Second commit fixes Cython build -- compiler could not find Numpy include files in my setup. It is not obvious why it could do it earlier, but this seems to break nothing and fixes my problems.

Setup: Gentoo Linux, Python 3.5.2, Virtualenv, Numpy 1.11.2, Scipy 0.18.1.

Merge request reports