diff options
author | 2018-08-20 23:39:35 +0200 | |
---|---|---|
committer | 2018-08-20 23:39:35 +0200 | |
commit | 97775a70fc866efc10701dfc4e9332a6f96f9a85 (patch) | |
tree | 515125a979c85a3df42f8de8f79d4e66797cf1f5 | |
parent | sys-cluster/openmpi: bump 2.1.5 (diff) | |
download | sci-97775a70fc866efc10701dfc4e9332a6f96f9a85.tar.gz sci-97775a70fc866efc10701dfc4e9332a6f96f9a85.tar.bz2 sci-97775a70fc866efc10701dfc4e9332a6f96f9a85.zip |
No longer separately downloading installed files
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 ``` |