From 65bc2faec89e19d5f622d9a9e74224760b28ffb8 Mon Sep 17 00:00:00 2001 From: Nicolas Bigaouette Date: Fri, 4 Nov 2011 20:15:19 -0400 Subject: [PATCH] Add missing `set` to eselect atlas line in SciPy and ATLAS post. Thanks to Nicolas Bigaouette for pointing this out. --- posts/SciPy_and_ATLAS.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.26.2