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 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
Source: magics++
Section: science
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper (>= 10) ,
dh-buildinfo,
gfortran,
cmake (>= 3.1),
chrpath,
dh-python, swig,
python-dev, python-numpy,
python3-all-dev, python3-numpy,
python-jinja2,
python3-jinja2,
libhdf5-dev | libhdf5-mpi-dev,
libnetcdf-dev, libnetcdf-cxx-legacy-dev,
libgl1-mesa-dev, libgd-dev,
libemos-dev (>= 2:4.3.9), libgeotiff-dev,
libodb-api-dev (>= 0.17.4-3),
libeccodes-dev (>= 2.9.2-3),
libeccodes-tools,
libemos-bin,
libopenjp2-7-dev,
libaec-dev,
libterralib-dev,
libcairo2-dev,
libpango1.0-dev,
ttf-dejavu-core,
libxml-parser-perl,
ghostscript,
zlib1g-dev,
libboost-dev | libboost1.63-dev,
libproj-dev,
qtbase5-dev-tools,
qtbase5-dev,
qt5-qmake
Standards-Version: 4.2.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
Package: libmagplus3v5
Section: libs
Architecture: any
Multi-Arch: same
Depends: libmagics++-data,${misc:Depends}, ${shlibs:Depends}, ttf-dejavu-core, ttf-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}, ${python:Depends}, ${python3:Depends},
libterralib-dev, magics++, libodb-api-dev, python-all-dev, python3-all-dev
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} ),
${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
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: python-magics++
Section: python
Architecture: any
Depends: libmagplus3v5 ( = ${binary:Version} ), ${misc:Depends}, ${shlibs:Depends}, ${python:Depends},
python, python-simplejson, python-jinja2
Description: python support for 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.
.
This package provides python support for the magics++ library.
Package: python3-magics++
Section: python
Architecture: any
Depends: libmagplus3v5 ( = ${binary:Version} ), ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends},
python3-simplejson, python3-jinja2
Description: Python3 support for 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.
.
This package provides Python3 support for the magics++ library.
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++.
|