消息 [165139]
looks like the module can be put into $builddir/`cat pybuilddir.txt`. However pybuilddir.txt is written/computed by the just built python. So either
- implement distutils.util.get_platform in configure.ac
- or write a temporary pybuilddir.txt, call the just built
python -c 'print("build/lib.%s-%" % (distutils.util.get_platform(), sys.version[:3]))' to write the final pybuilddir.txt, move the _sysconfigdata.py to this location.
and remove the pybuilddir.txt writing in setup.py |
|
| 日期 |
用户 |
动作 |
参数 |
| 2012-07-10 01:37:37 | doko | 修改 | recipients:
+ doko, pitrou, eric.araujo |
| 2012-07-10 01:37:37 | doko | 修改 | messageid: <1341884257.64.0.838265186202.issue15298@psf.upfronthosting.co.za> |
| 2012-07-10 01:37:37 | doko | 链接 | issue15298 messages |
| 2012-07-10 01:37:36 | doko | 创建 | |
|