Add missing `set` to eselect atlas line in SciPy and ATLAS post.
authorNicolas Bigaouette <nbigaouette@gmail.com>
Sat, 5 Nov 2011 00:15:19 +0000 (20:15 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 5 Nov 2011 00:15:19 +0000 (20:15 -0400)
Thanks to Nicolas Bigaouette for pointing this out.

posts/SciPy_and_ATLAS.mdwn

index 1ecbecb9ce23dba6fa2d65a3d8af4a3478432344..be763e011be02c8a1ce339280714707288ad4893 100644 (file)
@@ -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.