projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1543523
)
Add missing `set` to eselect atlas line in SciPy and ATLAS post.
author
Nicolas Bigaouette
<nbigaouette@gmail.com>
Sat, 5 Nov 2011 00:15:19 +0000
(20:15 -0400)
committer
W. 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
patch
|
blob
|
history
diff --git
a/posts/SciPy_and_ATLAS.mdwn
b/posts/SciPy_and_ATLAS.mdwn
index 1ecbecb9ce23dba6fa2d65a3d8af4a3478432344..be763e011be02c8a1ce339280714707288ad4893 100644
(file)
--- 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.