Package Details: cdo 2.3.0-0

Git Clone URL: https://aur.archlinux.org/cdo.git (read-only, click to copy)
Package Base: cdo
Description: Command line tool manipulate and analyse Climate model Data. Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG.
Upstream URL: https://code.zmaw.de/projects/cdo
Licenses: BSD
Submitter: graziano
Maintainer: ram
Last Packager: ram
Votes: 18
Popularity: 0.002784
First Submitted: 2006-12-18 15:21 (UTC)
Last Updated: 2023-10-20 09:21 (UTC)

Latest Comments

1 2 3 4 Next › Last »

ram commented on 2021-11-04 17:11 (UTC) (edited on 2021-11-04 17:11 (UTC) by ram)

update to CDO-2.0.0
  • compile flags are generalized to -O3
  • CDO does not enforce static linking
  • package updates to all its dependencies can cause runtime linking error (proj, magics++, netcdf, hdf5, udunits2, ...) - please rebuild the AUR pkg again in that case

For general building problems not related to AUR, please use the CDO project web page: https://code.mpimet.mpg.de/projects/cdo/boards

I do check this regular - AUR notification usually get lost in the rain of daily mails, sry

Vitrum-cnkj34kr8 commented on 2021-06-03 16:35 (UTC) (edited on 2021-06-03 16:35 (UTC) by Vitrum-cnkj34kr8)

@pmav99 If I remember correctly, cdo links a bunch of libraries statically, so you need to rebuild cdo every time you are updating these libs.

pmav99 commented on 2021-06-03 16:14 (UTC)

The package compiles, but when trying to run I get

cdo: error while loading shared libraries: libproj.so.15: cannot open shared object file: No such file or directory

I guess the problem is that proj version 8 came out and the libproj.so.XX number changed from 15 to 22.

Making a symlink does resolve this.

ram commented on 2021-05-10 09:27 (UTC)

thx for the hints - I simplified the flags a bit ;-)

Vassily commented on 2021-01-12 11:40 (UTC) (edited on 2021-01-12 14:43 (UTC) by Vassily)

I was unable to install cdo 1.9.9 on Manjaro Linux using GCC 10.2.0-4. A failure occurred in build() emos ... make[1]: [CMakeFiles/Makefile2:1513: libemos-sp/CMakeFiles/emos_sp.dir/all] Error 2 make: [Makefile:182: all] Error 2

Resolved. When compiling dependencies with GCC 10.2.0, use the flags: export FCFLAGS = "- w -fallow-argument-mismatch -O2" export FFLAGS = "- w -fallow-argument-mismatch -O2"

mdeff commented on 2020-12-03 20:45 (UTC)

Upstream moved to https://code.mpimet.mpg.de/projects/cdo. Both url and source could be updated.

bakamotokatas commented on 2020-04-22 19:32 (UTC) (edited on 2020-04-22 19:33 (UTC) by bakamotokatas)

Although I have installed gcc. It gives the below error.

checking for gcc... gcc checking whether the C compiler works... no configure: error: in /var/tmp/pamac-build-bakamotokatas/cdo/src/cdo-1.9.8': configure: error: C compiler cannot create executables Seeconfig.log' for more details ==> ERROR: A failure occurred in build(). Aborting...