Download raw body.
NEW: geo/cdo
On Fri, 29 Aug 2025 07:54:30 +0200 Martin Reindl wrote: > Am 2025-08-28 11:35, schrieb Marco van Hulten: > > Hello, > > > > I ported CDO, a tool to manipulate and analyse climate and > > numerical weather prediction (NWP) model data. > > > > https://code.mpimet.mpg.de/projects/cdo > > > > On amd64, 'make test' and 'make install' succeed. Reading netCDF and > > GRIB1 files work. GRIB2 support is WIP (ecCodes needed for this), but > > without it CDO is usable for most geoscientists in most cases. > > > > I posted a previous port version of the package on 21/23 June that > > could > > only read netCDF files. It had not been committed into CVS. This one > > builds a newer version of CDO and includes GRIB1 support. > > > > Marco > > Hi Marco, > > This requires libaec-enabled HDF5 (and NetCDF), correct? Yes. I now added math/hdf5 to BUILD_DEPENDS, RUN_DEPENDS and LIB_DEPENDS. Are the first two redundant when it is in LIB_DEPENDS? > Also, you need "WANTLIB += aec sz" (you can check with make > port-lib-depends-check). > And please wrap long lines. Thanks! An updated tar ball is attached. Marco
NEW: geo/cdo