aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <horea.christ@yandex.com>2018-08-17 22:10:17 +0200
committerHorea Christian <horea.christ@yandex.com>2018-08-17 22:10:17 +0200
commit291a1ff5e0fdb114a2a908d7f04a7fdc5be629f2 (patch)
treee0b6b17b92229dd2fafd83ae44f307d2a5d70669
parentTypo (diff)
downloadsci-291a1ff5e0fdb114a2a908d7f04a7fdc5be629f2.tar.gz
sci-291a1ff5e0fdb114a2a908d7f04a7fdc5be629f2.tar.bz2
sci-291a1ff5e0fdb114a2a908d7f04a7fdc5be629f2.zip
BLAS/LAPACK migration instructions
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5b905f7c2..cda4ca018 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,18 @@ wget https://gitweb.gentoo.org/proj/sci.git/plain/metadata/science.conf -O /etc/
To start using the overlay you now only need to get the ebuilds, via `emerge --sync`.
+### BLAS and LAPACK Migration
+
+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:
+
+```
+wget https://raw.githubusercontent.com/IBT-FMI/NeuroGentooProject/master/SharedPrefix/sci-lapack
+wget https://raw.githubusercontent.com/IBT-FMI/NeuroGentooProject/master/SharedPrefix/lapack-migration.sh
+./lapack-migration.sh
+```
+
### Uninstall
To uninstall the overlay run (again, as root):