From: Nicolas Bigaouette Date: Sat, 5 Nov 2011 00:15:19 +0000 (-0400) Subject: Add missing `set` to eselect atlas line in SciPy and ATLAS post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=65bc2faec89e19d5f622d9a9e74224760b28ffb8;p=blog.git Add missing `set` to eselect atlas line in SciPy and ATLAS post. Thanks to Nicolas Bigaouette for pointing this out. --- diff --git a/posts/SciPy_and_ATLAS.mdwn b/posts/SciPy_and_ATLAS.mdwn index 1ecbecb..be763e0 100644 --- a/posts/SciPy_and_ATLAS.mdwn +++ b/posts/SciPy_and_ATLAS.mdwn @@ -32,7 +32,7 @@ You can fix the problem by installing and selecting the [ATLAS][] libraries $ sudo emerge -av blas-atlas lapack-atlas - $ for x in blas cblas lapack; do sudo eselect $x atlas; done + $ for x in blas cblas lapack; do sudo eselect $x set atlas; done after which you should re-install any packages that may need to be relinked.