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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
Source: metview
Section: science
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13),
architecture-is-64-bit,
ecbuild (>= 3.3.0-2),
gfortran | fortran-compiler,
python3-all-dev,
libgeotiff-dev,
flex,
bison,
libtirpc-dev,
libncurses-dev,
libjemalloc-dev,
libpng-dev,
libssl-dev,
libhdf5-dev,
liblapack-dev,
libpango1.0-dev,
libmetkit-dev,
libmetkit-utils,
fdb5,
libfdb5-dev (>= 5.16.1~),
odc,
libodc-dev,
libfftw3-dev,
libeigen3-dev,
chrpath,
mksh,
libfckit-dev,
qt6-base-dev,
libqt6core5compat6-dev,
libqt6svg6-dev,
libvulkan-dev,
libxkbcommon-dev,
libemos-dev, libemos-bin,
libeccodes-dev (>= 2.22.0),
libeccodes-tools,
libatlas-ecmwf-dev (>= 0.42.0~),
libatlas-ecmwf-utils,
libeckit-dev (>= 1.10.1~),
libboost-dev, libopenjp2-7-dev,
libmagics++-metview-dev (>= 4.12.1-2),
libmagics++-dev (>= 4.12.1-2),
libxmu-dev, libgdbm-dev,
libcurl4-gnutls-dev,
libcairo2-dev,
pkgconf,
swig,
libexpat1-dev,
libterralib-dev (>= 4.3.0+dfsg.2-8),
libqt5svg5-dev,
libgd-dev,
imagemagick,
libnetcdf-dev,
flextra,
flexpart
Standards-Version: 4.7.3
Homepage: https://confluence.ecmwf.int/display/METV/Metview
Vcs-Browser: https://salsa.debian.org/science-team/metview
Vcs-Git: https://salsa.debian.org/science-team/metview.git -b debian/latest
Package: metview
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libmetview0d (=${binary:Version}),
x11-utils, metview-data, python3, ${perl:Depends}
Recommends: magics++, flextra, flexpart
Description: Interactive data visualization and analysis environment,
Metview has been designed as a flexible, modular and extendible system
able to accommodate the evolving needs of the user.
The system is based on the ECMWF standards for graphics (Magics) and
data access (MARS) but can also access locally stored data.
The user interface is based on Motif and Qt. Metview is a
fully distributed system where modules can run on different workstations
and servers.
.
Metview is a cooperative project between ECMWF and INPE/CPTEC, Brazil.
ECMWF has also been assisted by a staff member of Météo-France.
Package: metview-data
Depends: ${misc:Depends}
Architecture: all
Multi-Arch: foreign
Description: Data needed for the Metview data analysis environment
Metview has been designed as a flexible, modular and extendible system
able to accommodate the evolving needs of the user.
The system is based on the ECMWF standards for graphics (Magics) and
data access (MARS) but can also access locally stored data.
The user interface is based on Motif and Qt. Metview is a
fully distributed system where modules can run on different workstations
and servers.
.
This package provides data files needed for metvieww.
Package: libmetview0d
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Section: libs
Description: Shared libraries for MetView
Metview has been designed as a flexible, modular and extendible system
able to accommodate the evolving needs of the user.
The system is based on the ECMWF standards for graphics (Magics) and
data access (MARS) but can also access locally stored data.
The user interface is based on Motif and Qt. Metview is a
fully distributed system where modules can run on different workstations
and servers.
.
This package provides shared libraries and for Metview-based software.
Package: libmetview-dev
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libmetview0d (=${binary:Version}),
libxxhash-dev, libsnappy-dev, liblz4-dev, libbz2-dev
Section: libdevel
Description: Development files for MetView
Metview has been designed as a flexible, modular and extendible system
able to accommodate the evolving needs of the user.
The system is based on the ECMWF standards for graphics (Magics) and
data access (MARS) but can also access locally stored data.
The user interface is based on Motif and Qt. Metview is a
fully distributed system where modules can run on different workstations
and servers.
.
This package provides static libraries and include files for building
Metview-based software.
|