ecmwf / multio

MultIO is a runtime-configurable multiplexer for Weather Model output of GRIB data
Apache License 2.0
7 stars 8 forks source link

Add required order to dependencies PREFIX_PATH variable #16

Closed oakleybrunt closed 1 year ago

oakleybrunt commented 1 year ago

What maintenance does this project need?

When listing the dependencies in the ecbuild call during installation, the dependencies must be listed in a certain order or CMake will not find them all.

The order that works for me is:

  1. ecbuild
  2. eccodes
  3. metkit
  4. eckit

Please add this information to the installation instructions

Organisation

No response

tlmquintino commented 1 year ago

hi @oakleybrunt thanks for opening this issue. Can you please give more details on how to reproduce the issue ?

The issue as described indicates something is wrong in the build. The location of dependencies should not have a order when passed to the configuration of ecbuild.