Is there a way to explicitly force the compiler for building Cython extensions when running python setup.py install? Where setup.py is of the form:
python setup.py install
setup.py
As a remark: on linux, you can use many of the autoconf environment variables. For the compiler
CC=mpicc python setup.py build_ext -i