From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B0029138A1A for ; Sun, 18 Jan 2015 04:22:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA88CE0912; Sun, 18 Jan 2015 04:22:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 152FBE0907 for ; Sun, 18 Jan 2015 04:22:12 +0000 (UTC) Received: from [192.168.0.13] (ip174-67-205-96.oc.oc.cox.net [174.67.205.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: zmedico) by smtp.gentoo.org (Postfix) with ESMTPSA id F1E3D3406BA; Sun, 18 Jan 2015 04:22:10 +0000 (UTC) Message-ID: <54BB34F0.1030802@gentoo.org> Date: Sat, 17 Jan 2015 20:22:08 -0800 From: Zac Medico User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-portage-dev@lists.gentoo.org CC: =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= Subject: Re: [gentoo-portage-dev] [PATCH] Default MAKEOPTS to -j(ncpus+1) when unset References: <1421491535-32166-1-git-send-email-mgorny@gentoo.org> In-Reply-To: <1421491535-32166-1-git-send-email-mgorny@gentoo.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 42c21eb5-59af-439a-a6a6-209e7d9b7d4b X-Archives-Hash: 73c8aa02fe9428ecae23d6c0265714ac On 01/17/2015 02:45 AM, Michał Górny wrote: > Default MAKEOPTS job number to (number of CPUs + 1) when it is not > provided in the ebuild environment. > > Suggested-By: Daniel Robbins > --- > pym/portage/package/ebuild/doebuild.py | 8 +++++++- > pym/portage/util/cpuinfo.py | 19 +++++++++++++++++++ > 2 files changed, 26 insertions(+), 1 deletion(-) > create mode 100644 pym/portage/util/cpuinfo.py LGTM. -- Thanks, Zac