Message165139
| Author |
doko |
| Recipients |
doko, eric.araujo, pitrou |
| Date |
2012年07月10日.01:37:36 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1341884257.64.0.838265186202.issue15298@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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 |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年07月10日 01:37:37 | doko | set | recipients:
+ doko, pitrou, eric.araujo |
| 2012年07月10日 01:37:37 | doko | set | messageid: <1341884257.64.0.838265186202.issue15298@psf.upfronthosting.co.za> |
| 2012年07月10日 01:37:37 | doko | link | issue15298 messages |
| 2012年07月10日 01:37:36 | doko | create |
|