diff --git a/Makefile.power b/Makefile.power index 79db83751..a49372ad7 100644 --- a/Makefile.power +++ b/Makefile.power @@ -43,7 +43,7 @@ endif ifeq ($(USE_MASS), 1) # Path to MASS libs, change it if the libs are installed at any other location -MASSPATH = /opt/ibm/xlmass/8.1.3/lib +MASSPATH = /opt/ibm/xlmass/8.1.5/lib COMMON_OPT += -mveclibabi=mass -ftree-vectorize -funsafe-math-optimizations -DUSE_MASS EXTRALIB += -L$(MASSPATH) -lmass -lmassvp8 -lmass_simdp8 endif diff --git a/README.md b/README.md index 709da783a..06bef97fb 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The library can be installed as below - 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
+ sudo apt-get install libxlmass-devel.8.1.5
* On RHEL/CentOS: @@ -62,7 +62,7 @@ The library can be installed as below - 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
+ sudo yum install libxlmass-devel.8.1.5
After installing MASS library, compile openblas with USE_MASS=1.