标签: python numpy setuptools distutils
所以,我有一些fortran代码,可以使用ifort与f2py一起编译
f2py -c file.f90 -m module --fcompiler=intelem
现在我想将其与setup.py打包在一起,那么如何在setup.py Extension选项中指定intel fortran编译器选项?