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
|
Source: music
Priority: extra
Maintainer: Mikael Djurfeldt <mdj@debian.org>
Build-Depends:
debhelper (>= 10),
autotools-dev,
libopenmpi-dev,
libibverbs-dev,
freeglut3-dev,
texlive-latex-base,
texlive-latex-extra,
asymptote,
chrpath,
Standards-Version: 3.9.8
Section: libs
Homepage: http://software.incf.org/software/music/home
Package: libmusic-dev
Section: libdevel
Architecture: any
Depends: libmusic1v5 (= ${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: libmusic1v5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libmusic1
Replaces: 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: 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
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.
|