Don't build with MKL by default in setup.py
- Don't build with MKL unless
--use-mkl' flag is passed or
USE_MKL` environment var is set- MKL is hard to install if you're not using conda and I don't want to break pip users. I'll enable it by default in conda.