From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: [PATCH 2/2] gnu: atlas: Use cpupower in description. Date: Tue, 19 Jul 2016 04:45:20 +0200 Message-ID: <20160719024520.9121-3-me@tobias.gr> References: <20160719024520.9121-1-me@tobias.gr> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPL1W-0006wz-MB for guix-devel@gnu.org; Mon, 18 Jul 2016 22:44:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPL1S-0000lV-GC for guix-devel@gnu.org; Mon, 18 Jul 2016 22:44:41 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:45012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPL1S-0000kI-9O for guix-devel@gnu.org; Mon, 18 Jul 2016 22:44:38 -0400 Received: from mfilter25-d.gandi.net (mfilter25-d.gandi.net [217.70.178.153]) by relay6-d.mail.gandi.net (Postfix) with ESMTP id 7DCFDFB883 for ; Tue, 19 Jul 2016 04:44:36 +0200 (CEST) Received: from relay6-d.mail.gandi.net ([IPv6:::ffff:217.70.183.198]) by mfilter25-d.gandi.net (mfilter25-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id oIEqR4W39dxE for ; Tue, 19 Jul 2016 04:44:35 +0200 (CEST) Received: from sandstone.cloud.online.net (unknown [163.172.141.64]) (Authenticated sender: me@tobias.gr) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 21064FB88B for ; Tue, 19 Jul 2016 04:44:35 +0200 (CEST) In-Reply-To: <20160719024520.9121-1-me@tobias.gr> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * gnu/packages/maths.scm (atlas)[description]: Replace 'cpufreq-selector' with its replacement 'cpupower --governor'. --- gnu/packages/maths.scm | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 643bce5..776963e 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2120,14 +2120,11 @@ Optimization occurs at build time. For this reason, the library is built on the machine where it is installed, without resorting to pre-built substitutes. Before building the library, CPU throttling should be disabled. This can be -done in the BIOS, or, on GNU/Linux, with the following commands: +done in the BIOS, or, on GNU/Linux, with the following command: -cpufreq-selector -g performance -c 0 -... -cpufreq-selector -g performance -c N-1 +# cpupower --governor performance -where N is the number of cores of your CPU. Failure to do so will result in a -library with poor performance.") +Failure to do so will result in a library with poor performance.") (license license:bsd-3))) (define-public glm -- 2.9.0