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
|
Source: music
Priority: optional
Maintainer: Mikael Djurfeldt <mdj@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5),
debhelper-compat (= 13),
libibverbs-dev,
freeglut3-dev,
mpi-default-dev,
texlive-latex-base,
texlive-latex-extra,
asymptote,
chrpath,
dh-python,
python3-dev,
python3-setuptools,
cython3 (>= 3.0.6~),
python3-mpi4py
Standards-Version: 4.4.1
Section: libs
Homepage: https://github.com/INCF/MUSIC
Vcs-Git: https://salsa.debian.org/debian/music.git
Vcs-Browser: https://salsa.deiban.org/debian/music
Package: libmusic-dev
Section: libdevel
Architecture: any
Depends: libmusic1t64 (= ${binary:Version}), ${misc:Depends}
Suggests: music-doc
Description: Multi-Simulation Coordinator for MPI -- Development files
MUSIC allows spike events and continuous time series to be
communicated between parallel applications within the same MPI job in
a cluster computer. Typical usage cases are connecting models
developed for different simulators and connecting a parallel
simulator to a post-processing tool.
.
This package contains the header files which are needed to compile
and link programs against libmusic.
Package: libmusic1t64
Provides: ${t64:Provides}
X-Time64-Compat: libmusic1v5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libmusic1v5 (<< ${source:Version}), libmusic1
Replaces: libmusic1v5, libmusic1
Description: Multi-Simulation Coordinator for MPI -- Runtime library
MUSIC allows spike events and continuous time series to be
communicated between parallel applications within the same MPI job in
a cluster computer. Typical usage cases are connecting models
developed for different simulators and connecting a parallel
simulator to a post-processing tool.
.
This package contains the MUSIC library.
Package: python3-music
Architecture: any
Depends: python3-mpi4py, python3-six, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Multi-Simulation Coordinator for MPI -- Runtime library
MUSIC allows spike events and continuous time series to be
communicated between parallel applications within the same MPI job in
a cluster computer. Typical usage cases are connecting models
developed for different simulators and connecting a parallel
simulator to a post-processing tool.
.
This package contains the MUSIC library python bindings.
Package: music-bin
Section: science
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: music-doc
Description: Multi-Simulation Coordinator for MPI -- Utilities
MUSIC allows spike events and continuous time series to be
communicated between parallel applications within the same MPI job in
a cluster computer. Typical usage cases are connecting models
developed for different simulators and connecting a parallel
simulator to a post-processing tool.
.
This package contains the MUSIC launch utility.
Package: music-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Multi-Simulation Coordinator for MPI -- Manual
MUSIC allows spike events and continuous time series to be
communicated between parallel applications within the same MPI job in
a cluster computer. Typical usage cases are connecting models
developed for different simulators and connecting a parallel
simulator to a post-processing tool.
.
This package contains the MUSIC manual.
|