From 7beb3573f5beefd96bbff522a2e84ceb3d872660 Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Wed, 21 Oct 2020 20:05:47 +1300 Subject: [PATCH] dev-python=>3.7.9: use --pgo-extended Closes #552 --- dev-lang/python/python-3.10.0_alpha1-r1.ebuild | 2 +- dev-lang/python/python-3.7.9-r1.ebuild | 2 +- dev-lang/python/python-3.8.6-r1.ebuild | 2 +- dev-lang/python/python-3.9.0-r1.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lang/python/python-3.10.0_alpha1-r1.ebuild b/dev-lang/python/python-3.10.0_alpha1-r1.ebuild index ac760718..5821e8e8 100644 --- a/dev-lang/python/python-3.10.0_alpha1-r1.ebuild +++ b/dev-lang/python/python-3.10.0_alpha1-r1.ebuild @@ -189,7 +189,7 @@ src_compile() { export par_arg if use pgo; then - emake profile-opt PROFILE_TASK="-m test.regrtest ${par_arg} -w -uall,-audio -x test_gdb test_multiprocessing test_subprocess test_tokenize test_signal test_faulthandler test_asyncio test_ctypes test_compileall test_pyexpat test_runpy test_support test_threaded_import test_xmlrpc_net test_multiprocessing_spawn test_httpservers test_logging test_xmlrpc" + emake profile-opt PROFILE_TASK="-m test -x test_gdb test_compileall -j $(nproc) --pgo-extended" else emake CPPFLAGS= CFLAGS= LDFLAGS= fi diff --git a/dev-lang/python/python-3.7.9-r1.ebuild b/dev-lang/python/python-3.7.9-r1.ebuild index a4490552..bd0ca635 100644 --- a/dev-lang/python/python-3.7.9-r1.ebuild +++ b/dev-lang/python/python-3.7.9-r1.ebuild @@ -172,7 +172,7 @@ src_compile() { export par_arg if use pgo; then - emake profile-opt PROFILE_TASK="-m test.regrtest ${par_arg} -w -uall,-audio -x test_gdb test_multiprocessing test_subprocess test_tokenize test_signal test_faulthandler test_asyncio test_ctypes test_compileall test_pyexpat test_runpy test_support test_threaded_import test_xmlrpc_net test_multiprocessing_spawn test_httpservers test_logging test_xmlrpc" + emake profile-opt PROFILE_TASK="-m test -x test_gdb test_compileall -j $(nproc) --pgo-extended" else emake CPPFLAGS= CFLAGS= LDFLAGS= fi diff --git a/dev-lang/python/python-3.8.6-r1.ebuild b/dev-lang/python/python-3.8.6-r1.ebuild index 4d73b319..15bd81d0 100644 --- a/dev-lang/python/python-3.8.6-r1.ebuild +++ b/dev-lang/python/python-3.8.6-r1.ebuild @@ -178,7 +178,7 @@ src_compile() { export par_arg if use pgo; then - emake profile-opt PROFILE_TASK="-m test.regrtest ${par_arg} -w -uall,-audio -x test_gdb test_multiprocessing test_subprocess test_tokenize test_signal test_faulthandler test_asyncio test_ctypes test_compileall test_pyexpat test_runpy test_support test_threaded_import test_xmlrpc_net test_multiprocessing_spawn test_httpservers test_logging test_xmlrpc" + emake profile-opt PROFILE_TASK="-m test -x test_gdb test_compileall -j $(nproc) --pgo-extended" else emake CPPFLAGS= CFLAGS= LDFLAGS= fi diff --git a/dev-lang/python/python-3.9.0-r1.ebuild b/dev-lang/python/python-3.9.0-r1.ebuild index a748925d..e9a99eb7 100644 --- a/dev-lang/python/python-3.9.0-r1.ebuild +++ b/dev-lang/python/python-3.9.0-r1.ebuild @@ -189,7 +189,7 @@ src_compile() { export par_arg if use pgo; then - emake profile-opt PROFILE_TASK="-m test.regrtest ${par_arg} -w -uall,-audio -x test_gdb test_multiprocessing test_subprocess test_tokenize test_signal test_faulthandler test_asyncio test_ctypes test_compileall test_pyexpat test_runpy test_support test_threaded_import test_xmlrpc_net test_multiprocessing_spawn test_httpservers test_logging test_xmlrpc" + emake profile-opt PROFILE_TASK="-m test -x test_gdb test_compileall -j $(nproc) --pgo-extended" else emake CPPFLAGS= CFLAGS= LDFLAGS= fi