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
|
Source: odb-api
Section: utils
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper (>=10),
dh-python,
dh-fortran-mod (>= 0.11),
gfortran,
fcm,
libblas-dev | libopenblas-dev | libatlas-base-dev | libblas.so,
flex,
bison,
cmake (>= 2.8.11),
libopenjp2-7-dev,
libboost-dev (>= 1.47.0), libboost-test-dev,
libssl-dev,
libemos-dev,
libncurses5-dev,
libnetcdf-cxx-legacy-dev,
libeccodes-tools,
chrpath,
doxygen,
swig,
libeccodes-dev (>= 2.5.0),
mpi-default-dev,
libeigen3-dev,
libviennacl-dev,
libarmadillo-dev,
python3-all-dev,
libnetcdf-dev,
libc6-dev-mips32 [mips64el]
Standards-Version: 4.3.0
Homepage: https://software.ecmwf.int/wiki/display/ODBAPI
Vcs-Browser: https://salsa.debian.org:/science-team/odb-api.git
Vcs-Git: https://salsa.debian.org:/science-team/odb-api.git
Package: libodb-api-0d
Section: libs
Architecture: any
Multi-Arch: same
Breaks: libodb-api-dev (<< 0.18.1-1)
Depends: ${misc:Depends}, ${shlibs:Depends}, libodb-api-data
Description: Observational Data processing API for meteorology
ODB API is a software developed at ECMWF for encoding and processing of
observational data. It includes a SQL filtering and statistics engine,
command line tools and APIs for C/C++, Fortran and Python.
.
ODB API works with data formats used in the ECMWF observational feedback
archive. Development of ODB API has been partially funded by the
UK Met Office.
Package: libodb-api-bin
Section: libs
Architecture: any
Multi-Arch: foreign
Depends: libodb-api-0d ( = ${binary:Version}),
libodb-api-dev (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
ksh | mksh | pdksh | zsh
Description: Tools for the Observational Data Processing (ODB) API
ODB API is a software developed at ECMWF for encoding and processing of
observational data. It includes a SQL filtering and statistics engine,
command line tools and APIs for C/C++, Fortran and Python.
.
This package provides tools for ODB handling.
Package: libodb-api-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Data used by ECMWF Observational Data Processing (ODB)
ODB API is a software developed at ECMWF for encoding and processing of
observational data.
.
This package contains data used by ODB tools.
Package: libodb-api-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Fortran-Mod: ${Fortran-Mod}
Depends: libodb-api-0d (= ${binary:Version}), libodb-api-bin (= ${binary:Version}),
${misc:Depends}
Breaks: libodb-api-0d (<< 0.18.1-1)
Replaces: libodb-api-0d (<< 0.18.1-1)
Conflicts: libodb-dev
Recommends: libodb-api-bin, pkg-config, fortran-compiler
Description: Observational Data processing API for meteorology
ODB API is a software developed at ECMWF for encoding and processing of
observational data. It includes a SQL filtering and statistics engine,
command line tools and APIs for C/C++, Fortran and Python.
.
This package provides shared libraries and headers.
Package: python3-odb-api
Section: python
Architecture: any
Depends: libodb-api-0d ( = ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
Description: Python Observational Data processing API for meteorology
ODB API is a software developed at ECMWF for encoding and processing of
observational data. It includes a SQL filtering and statistics engine,
command line tools and APIs for C/C++, Fortran and Python.
.
This package provides the Python wrappers to the ODB API.
|