Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Some compilers will link to the shared version by default if both are found (e.g. the GNU compiler). Alternately, the option  --disable-shared stops the shared libraries from being generated, only the static libraries are built and will be linked. However, this may prevent other grib api tools working and is not generally recommended.

IBM users may find that the grib-api fortran tests will fail unless --disable-shared is used.

Configuring using CMake

Grib_api uses the CMake command for configuration and compilation. CMake is available for modern Linux systems but may have to be installed.

...