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
|
Source: fortran-caffeine
Standards-Version: 4.7.3
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Alastair McKinstry <mckinstry@debian.org>,
Section: utils
Build-Depends:
debhelper-compat (= 13),
dh-fortran,
gfortran,
libgasnet-dev,
libibverbs-dev [!loong64],
libucx-dev [amd64 arm64 ppc64el riscv64 loong64],
gasnet,
libfortran-assert-dev,
libfortran-julienne-dev,
fortran-fpm,
pkgconf,
Vcs-Browser: https://salsa.debian.org/science-team/fortran-caffeine
Vcs-Git: https://salsa.debian.org/science-team/fortran-caffeine.git -b debian/latest
Homepage: https://github.com/berkeleylab/caffeine
Package: libfortran-caffeine-dev
Architecture: any
Section: libdevel
Depends:
${misc:Depends},
${fortran:Depends},
Description: Fortran Parallel runtime library - devel files
Caffeine is a parallel runtime library that aims to support
Fortran compilers with a programming-model-agnostic application interface
to various communication libraries. Current work supports the Parallel
Runtime Interface for Fortran (PRIF) with the GASNet-EX exascale-ready
networking middleware, to enable Fortran co-arrays in eg. LLVM.
This package provides the static libraries and module files
|