1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: emoslib
Section: utils
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper (>=10),
gfortran,
cmake (>= 2.8.11),
libboost-dev (>= 1.47.0),
libboost-test-dev,
chrpath,
libeccodes-dev (>= 2.4.1),
libeccodes-tools,
libopenjp2-7-dev,
zlib1g-dev,
libfftw3-dev,
libpython2.7-dev,
libnetcdf-dev
Standards-Version: 4.2.1
Homepage: https://software.ecmwf.int/wiki/display/EMOS/Emoslib
Vcs-Browser: https://salsa.debian.org:/science-team/emos
Vcs-Git: https://salsa.debian.org:/science-team/emos.git
Package: libemos0d
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}, libemos-data
Pre-Depends: ${misc:Pre-Depends}
Description: ECMWF Interpolation Library
The Interpolation library (EMOSLIB) includes Interpolation software and GRIB,
BUFR, CREX encoding/decoding routines. It is used by the ECMWF meteorological
archival and retrieval system (MARS) and also by the ECMWF graphics
package MetView.
Package: libemos-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libemos0d ( = ${binary:Version}), ${misc:Depends}, libeccodes-tools | libemos-bin:any
Recommends: pkg-config
Description: ECMWF Interpolation Library - development
The Interpolation library (EMOSLIB) includes Interpolation software and GRIB,
BUFR, CREX encoding/decoding routines. It is used by the ECMWF meteorological
archival and retrieval system (MARS) and also by the ECMWF graphics
package MetView.
.
This package contains the static libraries and headers needed to build
applications against libemos.
Package: libemos-bin
Section: libs
Architecture: any
Multi-Arch: allowed
Depends: ${misc:Depends}, ${shlibs:Depends}, libemos-data, libeccodes-tools
Description: ECMWF Interpolation Library - binaries
The Interpolation library (EMOSLIB) includes Interpolation software and GRIB,
BUFR, CREX encoding/decoding routines. It is used by the ECMWF meteorological
archival and retrieval system (MARS) and also by the ECMWF graphics
package MetView.
.
This package provide bufr-* and other tools
Package: libemos-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Data files for the ECMWF Interpolation library
The Interpolation library (EMOSLIB) includes Interpolation software and GRIB,
BUFR, CREX encoding/decoding routines. It is used by the ECMWF meteorological
archival and retrieval system (MARS) and also by the ECMWF graphics
package MetView.
.
This package contains the data files needed by EMOSLIB.
|