From 9aea7a0d9aef59caffed52ebeed94ebcff4fdf3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Cohen-Scali?= Date: Fri, 21 Apr 2017 14:18:57 +0200 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c933f62..709da78 100644 --- a/README.md +++ b/README.md @@ -51,18 +51,18 @@ The library can be installed as below - * On Ubuntu: - wget -q http://public.dhe.ibm.com/software/server/POWER/Linux/xl-compiler/eval/ppc64le/ubuntu/public.gpg -O- | sudo apt-key add - - echo "deb http://public.dhe.ibm.com/software/server/POWER/Linux/xl-compiler/eval/ppc64le/ubuntu/ trusty main" | sudo tee /etc/apt/sources.list.d/ibm-xl-compiler-eval.list - sudo apt-get update - sudo apt-get install libxlmass-devel.8.1.3 + wget -q http://public.dhe.ibm.com/software/server/POWER/Linux/xl-compiler/eval/ppc64le/ubuntu/public.gpg -O- | sudo apt-key add -
+ echo "deb http://public.dhe.ibm.com/software/server/POWER/Linux/xl-compiler/eval/ppc64le/ubuntu/ trusty main" | sudo tee /etc/apt/sources.list.d/ibm-xl-compiler-eval.list
+ sudo apt-get update
+ sudo apt-get install libxlmass-devel.8.1.3
* On RHEL/CentOS: - wget http://public.dhe.ibm.com/software/server/POWER/Linux/xl-compiler/eval/ppc64le/rhel7/repodata/repomd.xml.key - sudo rpm --import repomd.xml.key - wget http://public.dhe.ibm.com/software/server/POWER/Linux/xl-compiler/eval/ppc64le/rhel7/ibm-xl-compiler-eval.repo - sudo cp ibm-xl-compiler-eval.repo /etc/yum.repos.d/ - sudo yum install libxlmass-devel.8.1.3 + wget http://public.dhe.ibm.com/software/server/POWER/Linux/xl-compiler/eval/ppc64le/rhel7/repodata/repomd.xml.key
+ sudo rpm --import repomd.xml.key
+ wget http://public.dhe.ibm.com/software/server/POWER/Linux/xl-compiler/eval/ppc64le/rhel7/ibm-xl-compiler-eval.repo
+ sudo cp ibm-xl-compiler-eval.repo /etc/yum.repos.d/
+ sudo yum install libxlmass-devel.8.1.3
After installing MASS library, compile openblas with USE_MASS=1. -- 2.7.4