Browse Source

Update 'README.md'

Pierre-Yves Barriat 5 years ago
parent
commit
7b9fce31cd
1 changed files with 17 additions and 0 deletions
  1. 17 0
      README.md

+ 17 - 0
README.md

@@ -37,6 +37,23 @@ pip install easybuild --upgrade --install-option "--prefix=/opt/easybuild/app"
 
 Then call `screen` and :
 
+### 2019b
+
+```bash
+cd /opt/easybuild/configs/intel-2019b
+
+eb_2019b ./icc-2019.5.281-GCC-8.3.0-2.32.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 ./ifort-2019.5.281-GCC-8.3.0-2.32.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 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