|
@@ -13,7 +13,7 @@ rmdir easyconfigs; git clone ssh://egit/pbarriat/easyconfigs.git
|
|
|
## Requirements
|
|
|
|
|
|
* openSUSE : `gcc-c++ patch libopenssl-devel gperf`
|
|
|
-* CentOS : `openssl-devel libibverbs-devel autoconf automake binutils bison flex gcc gcc-c++ gettext libtool make patch pkgconfig bzip2 unzip`
|
|
|
+* CentOS : `openssl-devel libibverbs-devel autoconf automake binutils bison flex gcc gcc-c++ gettext libtool make patch pkgconfig bzip2 unzip jq-devel v8-devel unixODBC*`
|
|
|
* ubuntu :
|
|
|
|
|
|
```bash
|
|
@@ -54,6 +54,7 @@ Then call `screen` and :
|
|
|
* `eb --tmpdir=/tmp --parallel=12 GEOS-3.6.2-foss-2017b-Python-3.6.3.eb -r`
|
|
|
* `eb --tmpdir=/tmp --parallel=12 Tkinter-2.7.14-foss-2017b-Python-2.7.14.eb`
|
|
|
* `eb --tmpdir=/tmp --parallel=12 MATLAB-UCL-2017a.eb`
|
|
|
+* `eb --tmpdir=/tmp --parallel=12 ./protobuf-3.4.0-foss-2017b.eb`
|
|
|
|
|
|
```bash
|
|
|
cd /opt/easybuild/easyconfigs/intel-2016.02
|
|
@@ -140,6 +141,12 @@ Fix `/opt/modules/all/R/3.4.3-foss-2017b-X11-20171023.lua` by adding:
|
|
|
>
|
|
|
>end
|
|
|
|
|
|
+> if not isloaded("protobuf/3.4.0-foss-2017b") then
|
|
|
+>
|
|
|
+> load("protobuf/3.4.0-foss-2017b")
|
|
|
+>
|
|
|
+>end
|
|
|
+
|
|
|
|
|
|
```bash
|
|
|
module purge
|