...
As configure, CMake will run some tests on the user's system to find out if required third-party software libraries are available and notes their locations (paths). Based on this information it will produces the Makefiles needed to compile and install Emoslib.
Requirements
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.4 minimum | |
Ecmwf ECMWF libraries | |||
grib-api | GRIB-API Home (Requires > 1.9) | for GRIB support |
Third-party libraries | |||
---|---|---|---|
FFTW | http://www.fftw.org | If you install from Debian/RPM binary packages, please ensure to install development packages! |
Compilation environment
At ECMWF, SLES11 & OpenSuSE 11.3/13.1 Linux systems (64bit) were used for testing.
...