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
|
Source: open-coarrays
Section: utils
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-buildinfo,
dh-sequence-fortran-mod,
gfortran | fortran-compiler,
libopenmpi-dev,
libmpich-dev,
cmake (>= 3.3.1),
openssh-client,
Standards-Version: 4.5.1
Homepage: https://www.opencoarrays.org/
Vcs-Browser: https://salsa.debian.org:/science-team/open-coarrays
Vcs-Git: https://salsa.debian.org:/science-team/open-coarrays.git -b debian/latest
Package: libcoarrays-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}, gfortran | fortran-compiler
Description: Co-Array Fortran libraries
OpenCoArrays is an open-source software project that supports the
coarray Fortran (CAF) parallel programming features of the Fortran 2008
standard and several features proposed for Fortran 2015 in the draft
Technical Specification [TS 18508] "Additional Parallel Features in Fortran".
.
This package contains shared development files (headers and fortran modules)
Package: libcoarrays-openmpi-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}, gfortran | fortran-compiler, openmpi-bin,
libcaf-openmpi-3 (= ${binary:Version}), libcoarrays-dev
Description: Co-Array Fortran libraries - development files (OpenMPI)
OpenCoArrays is an open-source software project that supports the
coarray Fortran (CAF) parallel programming features of the Fortran 2008
standard and several features proposed for Fortran 2015 in the draft
Technical Specification [TS 18508] "Additional Parallel Features in Fortran".
.
This package provides the libraries necessary for Fortran to build parallel
CAF programs built on top of OpenMPI.
Package: libcaf-openmpi-3
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: libcoarrays0d (<< 1.8.10)
Replaces: libcoarrays0d (<< 1.8.10)
Description: Co-Array Fortran libraries (OpenMPI)
OpenCoArrays is an open-source software project that supports the
coarray Fortran (CAF) parallel programming features of the Fortran 2008
standard and several features proposed for Fortran 2015 in the draft
Technical Specification [TS 18508] "Additional Parallel Features in Fortran".
.
This package provides the libraries necessary for Fortran to build parallel
CAF programs built on top of OpenMPI.
Package: libcoarrays-mpich-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}, gfortran | fortran-compiler, mpich,
libcaf-mpich-3 (= ${binary:Version}), libcoarrays-dev
Description: Co-Array Fortran libraries for - development files (MPICH)
OpenCoArrays is an open-source software project that supports the
coarray Fortran (CAF) parallel programming features of the Fortran 2008
standard and several features proposed for Fortran 2015 in the draft
Technical Specification [TS 18508] "Additional Parallel Features in Fortran".
.
This package provides the libraries necessary for Fortran to build parallel
CAF programs built on top of MPICH MPI.
Package: libcaf-mpich-3
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: libcoarrays0d (<< 1.8.10)
Replaces: libcoarrays0d (<< 1.8.10)
Description: Co-Array Fortran libraries (MPICH)
OpenCoArrays is an open-source software project that supports the
coarray Fortran (CAF) parallel programming features of the Fortran 2008
standard and several features proposed for Fortran 2015 in the draft
Technical Specification [TS 18508] "Additional Parallel Features in Fortran".
.
This package provides the libraries necessary for Fortran to build parallel
CAF programs built on top of MPICH MPI.
|