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
|
# DON'T MANUALLY MODIFY!
# EDIT debian/control.in INSTEAD!
#
Source: open-coarrays
Section: utils
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13),
mpi-default-dev,
dh-sequence-fortran-mod,
gfortran | fortran-compiler,
libopenmpi-dev [alpha amd64 arm64 hurd-amd64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64],
libmpich-dev [alpha amd64 arm64 armel armhf hppa hurd-amd64 hurd-i386 i386 loong64 m68k mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sh4 sparc64 x32],
cmake (>= 3.3.1),
openssh-client,
Standards-Version: 4.7.0
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}, ${fortran:Depends}
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: alpha amd64 arm64 hurd-amd64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}, gfortran | fortran-compiler, openmpi-bin,
libcaf-openmpi-3t64 (= ${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-3t64
Provides: ${t64:Provides}
Replaces: libcaf-openmpi-3
Breaks: libcaf-openmpi-3 (<< ${source:Version})
Section: libs
Architecture: alpha amd64 arm64 hurd-amd64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
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: alpha amd64 arm64 armel armhf hppa hurd-amd64 hurd-i386 i386 loong64 m68k mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sh4 sparc64 x32
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}, gfortran | fortran-compiler, mpich,
libcaf-mpich-3t64 (= ${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-3t64
Provides: ${t64:Provides}
Replaces: libcaf-mpich-3
Breaks: libcaf-mpich-3 (<< ${source:Version})
Section: libs
Architecture: alpha amd64 arm64 armel armhf hppa hurd-amd64 hurd-i386 i386 loong64 m68k mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sh4 sparc64 x32
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
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.
|