Search Criteria
Package Details: eccodes 2.47.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/eccodes.git (read-only, click to copy) |
|---|---|
| Package Base: | eccodes |
| Description: | ECMWF decoding library for GRIB, BUFR and GTS |
| Upstream URL: | https://confluence.ecmwf.int/display/ECC/ecCodes+Home |
| Licenses: | Apache-2.0 |
| Conflicts: | grib_api, libbufr-ecmwf |
| Submitter: | graziano |
| Maintainer: | jankoh |
| Last Packager: | jankoh |
| Votes: | 15 |
| Popularity: | 0.000515 |
| First Submitted: | 2016-12-07 14:34 (UTC) |
| Last Updated: | 2026-05-15 22:04 (UTC) |
Dependencies (12)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- libaec (libaec-gitAUR)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR)
- libgfortran (libgfortran-snapshotAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libstdc++ (libstdc++-fast-optimizedAUR, libstdc++-snapshotAUR)
- netcdf (netcdf-openmpi)
- openjpeg2 (openjpeg-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc-fortran-snapshotAUR) (make)
- bash (bash-gitAUR, bash-devel-gitAUR) (optional)
- ksh (ksh93-gitAUR, ksh-okshAUR) (optional)
Required by (9)
- cdi
- cdi (make)
- cdo
- cdo (make)
- emos (make)
- gnudatalanguage
- magics++
- python-eccodes
- python-pygrib
Latest Comments
« First ‹ Previous 1 2 3
Fixed commented on 2020-07-07 14:34 (UTC)
@graziano:
Can't buid this package as the dependency of gnudatalanguage due to Fortran errors.
Can update it please?
mblaschek commented on 2020-07-03 11:39 (UTC)
It's working Thanks to @jjdhooghiem
@graziano please update
petres commented on 2020-06-19 16:19 (UTC)
@jjdhooghiem thanks for sharing it is working.
@graziano would you please update the PKBUILD, thanks!
jjdhooghiem commented on 2020-06-04 18:46 (UTC) (edited on 2020-06-04 18:51 (UTC) by jjdhooghiem)
The following option allows building with GCC-10, with fortran enabled.
-DCMAKE_Fortran_FLAGS=-fallow-argument-mismatchIn this way python can be disabled, python2 can be removed as a dependency.
-DENABLE_PYTHON=0aweech commented on 2020-06-03 23:05 (UTC)
The package breaks for me, and I think it's due to GCC 10. It fails to compile the fortran bindings. If you don't need them, you can add
-DENABLE_FORTRAN=OFFto thecmakeinvocation in the PKGBUILD, and then it builds successfully.Nestor_013 commented on 2019-04-08 16:13 (UTC) (edited on 2019-04-08 16:17 (UTC) by Nestor_013)
No building problems here.
For what it's worth I made quick changes to build version 2.12.0. Here is the diff https://pastebin.com/CBTFVp5t.
jadelord commented on 2018-11-07 17:54 (UTC)
Hi graziano,
I get the following error message
For the record, libaec is installed in the system.
sehnem commented on 2018-05-28 18:13 (UTC)
Hi, I cannot build this package getting the follow error: /usr/bin/ld: cannot find -lsz
I think it is an szip dependence, but it has a conflict with libaec...
Any solution?
OvelixMax commented on 2017-11-27 19:44 (UTC)
« First ‹ Previous 1 2 3