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
|
Source: eckit
Standards-Version: 4.7.3
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Alastair McKinstry <mckinstry@debian.org>,
Section: science
Build-Depends:
debhelper-compat (= 13),
architecture-is-64-bit,
ecbuild,
chrpath,
flex,
bison,
libopenblas-dev [ !alpha !hurd-amd64 ],
libblas-dev [ !amd64 !arm64 !mips64el !ppc64el !s390x !ppc64 ],
liblapack-dev [ !amd64 !arm64 !mips64el !ppc64el !s390x !ppc64],
libaec-dev,
libxxhash-dev,
librados-dev [ !loong64 ],
libradospp-dev,
libproj-dev,
libbz2-dev,
liblz4-dev,
libshp-dev,
libzip-dev,
libeigen3-dev,
libsnappy-dev,
libqhull-dev,
mpi-default-dev,
doxygen,
sphinx-common,
python3-sphinx,
python3-pydata-sphinx-theme,
python3-sphinxcontrib-mermaid,
python3-breathe,
python3-sphinxcontrib.jquery,
python3-all,
libssl-dev,
libcurl4-gnutls-dev,
libncurses-dev,
libhipsparse-dev [amd64 arm64 ppc64el],
Vcs-Browser: https://salsa.debian.org/science-team/eckit
Vcs-Git: https://salsa.debian.org/science-team/eckit.git -b debian/latest
Homepage: https://github.com/ecmwf/eckit
Package: libeckit-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
libeckit0d (= ${binary:Version}),
libeckit-utils (= ${binary:Version}),
mpi-default-dev,
libaec-dev,
libssl-dev,
libcurl4-gnutls-dev,
libxxhash-dev,
libsnappy-dev,
liblz4-dev,
libbz2-dev,
libeigen3-dev,
libopenblas-dev [ amd64 arm64 mips64el ppc64el s390x ppc64],
libblas-dev [ !amd64 !arm64 !mips64el !ppc64el !s390x !ppc64],
liblapack-dev [ !amd64 !arm64 !mips64el !ppc64el !s390x !ppc64],
${shlibs:Depends},
${misc:Depends},
Description: C++ toolkit for ECMWF tools and applications
ecKit is a cross-platform c++ toolkit that supports development of tools and
applications at ECMWF. It is based on code developed over the last 20 years
within the MARS software and was re-factored out to be reused by other
applications. The main focus is UNIX/POSIX systems, and it has been thoroughly
tested on AIX, Linux and Mac OSX. Historically, the code base pre-dates and in
some way can be seen as a leaner substitute for some 'Boost' libraries.
.
ECMWF is the European Centre for Medium-Range Weather Forecasts.
Package: libeckit0d
Architecture: any
Multi-Arch: same
Section: libs
Depends:
${shlibs:Depends},
${misc:Depends},
Description: C++ toolkit for ECMWF tools and applications
ecKit is a cross-platform c++ toolkit that supports development of tools and
applications at ECMWF. It is based on code developed over the last 20 years
within the MARS software and was re-factored out to be reused by other
applications. The main focus is UNIX/POSIX systems, and it has been thoroughly
tested on AIX, Linux and Mac OSX. Historically, the code base pre-dates and in
some way can be seen as a leaner substitute for some 'Boost' libraries.
.
ECMWF is the European Centre for Medium-Range Weather Forecasts.
Package: libeckit-utils
Architecture: any
Multi-Arch: foreign
Depends:
${misc:Depends},
libeckit0d ( = ${binary:Version}),
${shlibs:Depends},
Recommends:
libeckit-dev,
Description: C++ toolkit for ECMWF tools and applications - development files
ecKit is a cross-platform c++ toolkit that supports development of tools and
applications at ECMWF. It is based on code developed over the last 20 years
within the MARS software and was re-factored out to be reused by other
applications. The main focus is UNIX/POSIX systems, and it has been thoroughly
tested on AIX, Linux and Mac OSX. Historically, the code base pre-dates and in
some way can be seen as a leaner substitute for some 'Boost' libraries.
.
ECMWF is the European Centre for Medium-Range Weather Forecasts.
|