Skip to content

Instantly share code, notes, and snippets.

@MatteoRagni
Last active April 27, 2016 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MatteoRagni/e98cfc25d07610be976a95d09d09f848 to your computer and use it in GitHub Desktop.
Save MatteoRagni/e98cfc25d07610be976a95d09d09f848 to your computer and use it in GitHub Desktop.
Some passage to update `atlas-lapack` AUR package on my intel machine...

atlas-lapack on Arch

Poweroff, on grub screen press e on Arch entry to add on the linux line (after quiet option) the option:

intel_pstate=disable

and boot. Login and run in a terminal:

sudo modprobe acpi_cpufreq
sudo cpupower frequency-set -g performance
cd /tmp
git clone https://aur.archlinux.org/atlas-lapack.git atllp
cd atllp
makepkg -sri

Let's go have a 🍺 and see you later...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment