dev-python/pypy: Split translation and compile phases
authorMichał Górny <mgorny@gentoo.org>
Wed, 8 Mar 2017 09:04:47 +0000 (10:04 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 8 Mar 2017 11:32:43 +0000 (12:32 +0100)
commit80dfd9952e4b140aa5b797b765f4d95fb65a7c98
treea0538a9b208affb63f526c1b2879b129b83a87b0
parenta5bfdb537cfc5c2afe96245ea1ce64cd14ca42ab
dev-python/pypy: Split translation and compile phases

Use the --source option to disable automatic compiling of generating C
sources, and build them manually afterwards. Most importantly, this
significantly reduces memory use because pypy failed to free memory that
was used for the translation, and that is no longer needed when
the compilation is started. Furthermore, it makes resuming compilation
possible.
dev-python/pypy/pypy-5.6.0.ebuild
dev-python/pypy/pypy-9999.ebuild