Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何指定构建选项:
python setup.py build --fcompiler=gnu95
当我构建 rpm 包时:
python setup.py bdist --format=rpm
bdist似乎正在重新构建它。
bdist
python setup.py build --fcompiler=gnu95 bdist --format=rpm