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
|
Source: fckit
Section: science
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13),
architecture-is-64-bit,
dh-sequence-fortran-mod,
patchelf,
ecbuild (>= 3.3.0-2),
python3-all,
libeckit-dev (>= 1.26.1-1~),
libssl-dev,
libcurl4-gnutls-dev
Standards-Version: 4.7.2
Homepage: https://github.com/ecmwf/fckit
Vcs-Browser: https://salsa.debian.org/mckinstry/fckit.git
Vcs-Git: https://salsa.debian.org/mckinstry/fckit.git -b debian/latest
Package: libfckit-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libfckit0d (= ${binary:Version}), ${shlib:Depends}, ${misc:Depends},
${fortran:Depends}, libeckit-dev
Description: Fortran toolkit for interoperating Fortran with C/C++
This is a toolkit from ECMWF to make ecKit interoperable with Fortran.
.
ECMWF is the European Centre for Medium-Range Weather Forecasts.
Package: libfckit0d
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library Fortran toolkit for interoperating Fortran with C/C++
This is a toolkit from ECMWF to make ecKit interoperable with Fortran.
.
ECMWF is the European Centre for Medium-Range Weather Forecasts.
Package: libfckit-utils
Architecture: all
Depends: ${misc:Depends}, libfckit-dev, python3
Description: Library Fortran toolkit for interoperating Fortran with C/C++
This is a toolkit from ECMWF to make ecKit interoperable with Fortran.
.
ECMWF is the European Centre for Medium-Range Weather Forecasts.
|