...
Compilers | |||
---|---|---|---|
C | http://gcc.gnu.org/ | ||
Fortran | http://gcc.gnu.org/fortran/ | ||
Utilities | |||
make | http://www.gnu.org/software/make/ | ||
cmake | http://www.cmake.org/ | version 2.8.11 minimum | |
ECMWF libraries | |||
grib-api or (from Emoslib 4.4.2 onwards) ecCodes | GRIB-API Home (Requires > 1.14)
|
for GRIB support | |
Third-party libraries | |||
FFTW | http://www.fftw.org | If you install from Debian / RPM binary packages, Please also note that shared libraries are used to link by default. If you build your own FFTW, please make sure also to build the single precision version of FFTW! This means you need to build twice and you need to add --enable-single to your configure call with FFTW. |
Compilation environment
...