commit:     97775a70fc866efc10701dfc4e9332a6f96f9a85
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Mon Aug 20 21:39:35 2018 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Aug 20 21:39:35 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=97775a70

No longer separately downloading installed files

 README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index eb652ee93..6283a58a3 100644
--- a/README.md
+++ b/README.md
@@ -18,11 +18,10 @@ To start using the overlay you now only need to get the 
ebuilds, via `emerge --s
 
 There is a long-standing BLAS and LAPACK stack incompatibility between the 
Science Overlay and the Base Gentoo Overlay.
 A fix [is being considered](https://github.com/gentoo/sci/issues/805), bit is 
still not scheduled for implementation.
-In the mean time, the most automated and up-to-date solution (building on [the 
original one](https://wiki.gentoo.org/wiki/User_talk:Houseofsuns)) is to run:
+In the mean time, the most automated and up-to-date solution (building on [the 
original one](https://wiki.gentoo.org/wiki/User_talk:Houseofsuns)) is to run 
(as root, and after having installed the overlay):
 
 ```
-wget https://gitweb.gentoo.org/proj/sci.git/plain/scripts/sci-lapack
-wget https://gitweb.gentoo.org/proj/sci.git/plain/scripts/lapack-migration.sh
+cd ${EPREFIX}/var/lib/overlays/science/scripts
 ./lapack-migration.sh
 ```
 

Reply via email to