From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: [PATCH 0/2] Add cpupower Date: Tue, 19 Jul 2016 04:45:18 +0200 Message-ID: <20160719024520.9121-1-me@tobias.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPL1W-0006wr-HN 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-0000lO-Fz for guix-devel@gnu.org; Mon, 18 Jul 2016 22:44:41 -0400 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:34146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPL1S-0000k9-9S for guix-devel@gnu.org; Mon, 18 Jul 2016 22:44:38 -0400 Received: from mfilter10-d.gandi.net (mfilter10-d.gandi.net [217.70.178.139]) by relay6-d.mail.gandi.net (Postfix) with ESMTP id 4A5EAFB89F for ; Tue, 19 Jul 2016 04:44:36 +0200 (CEST) Received: from relay6-d.mail.gandi.net ([IPv6:::ffff:217.70.183.198]) by mfilter10-d.gandi.net (mfilter10-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id 8ZEDojeY2H25 for ; Tue, 19 Jul 2016 04:44:34 +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 CBB6FFB883 for ; Tue, 19 Jul 2016 04:44:34 +0200 (CEST) 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 Hullo Guix, I was surprised not to find cpupower available. It's a replacement for the older cpufrequtils package. I didn't much feel like re-writing my scripts or muscle memory, so I wrote a quick package. I also rewrote the ‘atlas’ description to use that, instead of a cpufreq-selector command for each separate core. Kind regards, T G-R Tobias Geerinckx-Rice (2): gnu: Add cpupower. gnu: atlas: Use cpupower in description. gnu/packages/linux.scm | 38 ++++++++++++++++++++++++++++++++++++++ gnu/packages/maths.scm | 9 +++------ 2 files changed, 41 insertions(+), 6 deletions(-) -- 2.9.0