Browse Source

Update 'README.md'

Pierre-Yves Barriat 5 years ago
parent
commit
228cbefd3f
1 changed files with 4 additions and 43 deletions
  1. 4 43
      README.md

+ 4 - 43
README.md

@@ -70,7 +70,7 @@ eb_noarch ./MATLAB-UCL-2015a.eb
 
 ## Python2 packages
 
-Fix `/opt/modules/all/GEOS/3.6.2-foss-2017b-Python-2.7.14.lua` by adding `setenv("GEOS_DIR", root)`
+Fix `/opt/modules/all/GEOS/VERSION.lua` by adding `setenv("GEOS_DIR", root)`
 
 ```bash
 pip install --upgrade pip
@@ -80,26 +80,9 @@ pip install cffi geos netcdf4 cdo geoval cartopy iris matplotlib ipython pyproj
 pip install spyder python_qt_binding python-qt Qt.py ecmwf-api-client pybufr-ecmwf PySide
 ```
 
-## Python3 issue
-
-Check if you have an issue with Python3:
-
-```bash
-module load Python/3.6.3-foss-2017b
-pip
-```
-
-If yes: 
-
-```bash
-pip install -Iv pysha3==0.3
-pip
-vimdiff /opt/software/Python/3.6.3-foss-2017b/lib/python3.6/hashlib.py utils/hashlib.py
-```
-
 ## Python3 packages
 
-Fix `/opt/modules/all/GEOS/3.6.2-foss-2017b-Python-3.6.3.lua` by adding `setenv("GEOS_DIR", root)`
+Fix `/opt/modules/all/GEOS/VERSION.lua` by adding `setenv("GEOS_DIR", root)`
 
 ```bash
 pip install --upgrade pip
@@ -111,21 +94,6 @@ pip install spyder python_qt_binding python-qt Qt.py ecmwf-api-client pybufr-ecm
 
 ## R packages
 
-Fix `/opt/modules/all/R/3.4.3-foss-2017b-X11-20171023.lua` by adding:
-
-> if not isloaded("UDUNITS/2.2.26-foss-2017b") then
-> 
->    load("UDUNITS/2.2.26-foss-2017b")
->    
->end
-
-> if not isloaded("protobuf/3.4.0-foss-2017b") then
-> 
->    load("protobuf/3.4.0-foss-2017b")
->    
->end
-
-
 ```bash
 module purge
 module load R
@@ -133,16 +101,9 @@ cd /opt/easybuild/easyconfigs/utils
 Rscript ipak.R
 ```
 
-## Matlab
-
-```bash
-sudo yum install liberation-fonts
-```
-
-### 2013a
+## Matlab 2013a
 
 ```bash
 rsync -av 10.90.90.50:/opt/software/MATLAB/2013a /opt/software/MATLAB
 scp 10.90.90.50:/opt/modules/all/MATLAB/2013a.lua /opt/modules/all/MATLAB
-```
-
+```