Browse Source

Merge branch 'master' of ssh://www.climate.be:3022/pbarriat/easyconfigs

Super Pierre-Yves Barriat 5 years ago
parent
commit
ad9c48f8d1
1 changed files with 15 additions and 0 deletions
  1. 15 0
      README.md

+ 15 - 0
README.md

@@ -37,6 +37,21 @@ pip install easybuild --upgrade --install-option "--prefix=/opt/easybuild/app"
 
 Then call `screen` and :
 
+### 2019b
+
+```bash
+cd /opt/easybuild/configs/intel-2019b
+
+eb_2019b ./iccifort-2019.5.281.eb --hide-deps=M4,zlib,help2man,Bison,flex,binutils,GCCcore,impi,iimpi,imkl,Autoconf,Automake,ncurses,libtool,pkg-config,cURL,Szip,Autotools,CMake,Doxygen -r
+
+eb_2019b netCDF-Fortran-4.4.4-intel-2018b.eb --hide-deps=M4,zlib,help2man,Bison,flex,binutils,GCCcore,iccifort,impi,iimpi,imkl,Autoconf,Automake,ncurses,libtool,pkg-config,cURL,Szip,Autotools,CMake,Doxygen -r
+
+eb_2019b netCDF-C++4-4.3.0-intel-2018b.eb --hide-deps=M4,zlib,help2man,Bison,flex,binutils,GCCcore,iccifort,impi,iimpi,imkl,Autoconf,Automake,ncurses,libtool,pkg-config,cURL,Szip,Autotools,CMake,Doxygen
+
+eb_2019b UDUNITS-1.12.11-intel-2018b.eb --hide-deps=M4,zlib,help2man,Bison,flex,binutils,GCCcore,iccifort,impi,iimpi,imkl,Autoconf,Automake,ncurses,libtool,pkg-config,cURL,Szip,Autotools,CMake,Doxygen,expat
+
+```
+
 ### 2019a
 
 ```bash