aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <horea.christ@yandex.com>2018-08-20 23:39:35 +0200
committerHorea Christian <horea.christ@yandex.com>2018-08-20 23:39:35 +0200
commit97775a70fc866efc10701dfc4e9332a6f96f9a85 (patch)
tree515125a979c85a3df42f8de8f79d4e66797cf1f5
parentsys-cluster/openmpi: bump 2.1.5 (diff)
downloadsci-97775a70fc866efc10701dfc4e9332a6f96f9a85.tar.gz
sci-97775a70fc866efc10701dfc4e9332a6f96f9a85.tar.bz2
sci-97775a70fc866efc10701dfc4e9332a6f96f9a85.zip
No longer separately downloading installed files
-rw-r--r--README.md5
1 files 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
```