Search Criteria
Package Details: eccodes 2.39.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: | 13 |
Popularity: | 0.003112 |
First Submitted: | 2016-12-07 14:34 (UTC) |
Last Updated: | 2024-11-23 15:45 (UTC) |
Dependencies (10)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libaec (libaec-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- netcdf (netcdf-openmpi)
- openjpeg2 (openjpeg-gitAUR)
- cmake (cmake-gitAUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (optional)
- ksh (ksh93-gitAUR) (optional)
Required by (8)
- cdi
- cdi (make)
- cdo
- cdo (make)
- emos (make)
- gnudatalanguage
- magics++
- python-pygrib
Latest Comments
« First ‹ Previous 1 2
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-mismatch
In this way python can be disabled, python2 can be removed as a dependency.
-DENABLE_PYTHON=0
aweech 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=OFF
to thecmake
invocation 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