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
|
Source: magics++
Section: science
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13) ,
ecbuild (>= 3.3.0-3),
gfortran | fortran-compiler,
python3-all-dev,
libhdf5-dev | libhdf5-mpi-dev,
libnetcdf-dev, libnetcdf-cxx-legacy-dev,
libgl1-mesa-dev, libgd-dev,
libemos-dev (>= 2:4.3.9), libgeotiff-dev,
libeccodes-dev (>= 2.13.0-3),
libeccodes-tools,
libodc-dev [!powerpc !armel !armhf !hppa !i386 !mipsel],
odc [!powerpc !armel !armhf !hppa !i386 !mipsel],
libemos-bin,
libopenjp2-7-dev,
libaec-dev,
libterralib-dev,
libcairo2-dev,
libpango1.0-dev,
fonts-dejavu-core,
libxml-parser-perl,
ghostscript,
zlib1g-dev,
libboost-dev | libboost1.74-dev,
libproj-dev,
qt6-base-dev,
libqt6core5compat6-dev,
libqt6svg6-dev,
python3-jinja2
Standards-Version: 4.6.1
Homepage: https://software.ecmwf.int/wiki/display/MAGP/Magics
Vcs-Browser: https://salsa.debian.org/science-team/magics.git
Vcs-Git: https://salsa.debian.org/science-team/magics.git -b debian/latest
Package: libmagplus3v5
Section: libs
Architecture: any
Multi-Arch: same
Depends: libmagics++-data,${misc:Depends}, ${shlibs:Depends}, fonts-dejavu-core, fonts-dejavu-extra, ghostscript
Description: ECMWF meteorological plotting software library
Magics++ is the latest generation of the ECMWF's Meteorological plotting
software MAGICS. Although completely redesigned in C++, it is intended to be
as backwards-compatible as possible with the Fortran interface.
Besides its programming interfaces (Fortran and C), Magics++ offers MagML,
a plot description language based on XML aimed at automatic web production.
.
The library supports the plotting of contours, wind fields, observations,
satellite images, symbols, text, axis and graphs (including boxplots).
.
Data fields to be plotted may be presented in various formats,
for instance GRIB 1 and 2 code data, Gaussian grid, regularly spaced grid
and fitted data. Input data can also be in BUFR and NetCDF format
or retrieved from an ODB database.
.
The produced meteorological plots can be saved in various formats,
such as PostScript, EPS, PDF, GIF, PNG, SVG and KML.
Package: libmagics++-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libmagplus3v5 ( = ${binary:Version} ),
${misc:Depends}, ${ecbuild:Depends},
python3, libmagics++-metview-dev, libterralib-dev, magics++,
libodc-dev [!powerpc !armel !armhf !hppa !i386 !mipsel]
Recommends: pkg-config
Description: Development files for ECMWF plotting software MAGICS++
Magics++ is the latest generation of the ECMWF's Meteorological plotting
software MAGICS. Although completely redesigned in C++, it is intended to be
as backwards-compatible as possible with the Fortran interface.
Besides its programming interfaces (Fortran and C), Magics++ offers MagML,
a plot description language based on XML aimed at automatic web production.
.
This package includes the header files and static libraries needed to build
against libmagics++.
Package: magics++
Architecture: any
Multi-Arch: foreign
Depends: libmagplus3v5 ( = ${binary:Version} ),
${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, python3
Description: Executables for the magics++ library
Magics++ is the latest generation of the ECMWF's Meteorological plotting
software MAGICS. Although completely redesigned in C++, it is intended to be
as backwards-compatible as possible with the Fortran interface.
Besides its programming interfaces (Fortran and C), Magics++ offers MagML,
a plot description language based on XML aimed at automatic web production.
.
This package contains the MagcML binary that may be used with magics++.
Package: libmagics++-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Data files needed for magics++ library
Magics++ is the latest generation of the ECMWF's Meteorological plotting
software MAGICS. Although completely redesigned in C++, it is intended to be
as backwards-compatible as possible with the Fortran interface.
.
This package contains data expected by the magics++ library.
Package: libmagics++-metview-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libmagplus3v5 ( = ${binary:Version} )
Description: Libraries needed for building MetView
Magics++ is the latest generation of the ECMWF's Meteorological plotting
software MAGICS. Although completely redesigned in C++, it is intended to be
as backwards-compatible as possible with the Fortran interface.
.
This package includes the header files and static libraries needed to build
metview against magics++.
|