all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tobias Geerinckx-Rice <me@tobias.gr>
To: guix-devel@gnu.org
Subject: [PATCH 2/2] gnu: atlas: Use cpupower in description.
Date: Tue, 19 Jul 2016 04:45:20 +0200	[thread overview]
Message-ID: <20160719024520.9121-3-me@tobias.gr> (raw)
In-Reply-To: <20160719024520.9121-1-me@tobias.gr>

* 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

  parent reply	other threads:[~2016-07-19  2:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-19  2:45 [PATCH 0/2] Add cpupower Tobias Geerinckx-Rice
2016-07-19  2:45 ` [PATCH 1/2] gnu: " Tobias Geerinckx-Rice
2016-07-19 20:59   ` Ludovic Courtès
2016-07-19 21:13     ` Tobias Geerinckx-Rice
2016-07-19 22:01       ` Eric Bavier
2016-07-19  2:45 ` Tobias Geerinckx-Rice [this message]
2016-07-19 21:00   ` [PATCH 2/2] gnu: atlas: Use cpupower in description Ludovic Courtès
2016-07-19 21:33     ` Tobias Geerinckx-Rice
2016-07-19 21:47       ` Mathieu Lirzin
2016-07-28 22:59         ` ng0
2016-07-29  8:22           ` Mathieu Lirzin
2016-07-29  8:35             ` ng0
2016-08-14  6:24               ` Pjotr Prins

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160719024520.9121-3-me@tobias.gr \
    --to=me@tobias.gr \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.