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
|
Source: connectome-workbench
Maintainer: NeuroDebian Team <team@neuro.debian.net>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>,
Michael Hanke <michael.hanke@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
help2man,
cmake,
libosmesa6-dev,
qtbase5-dev,
libssl-dev,
zlib1g-dev,
libqt5opengl5-dev,
libglib2.0-dev,
libglm-dev (>= 0.9.9.6~),
opencl-c-headers,
xauth,
xvfb,
libftgl-dev
Standards-Version: 4.4.1
Vcs-Browser: http://github.com/neurodebian/workbench
Vcs-Git: https://github.com/neurodebian/workbench -b debian
Homepage: http://www.nitrc.org/projects/workbench/
Package: connectome-workbench
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: caret
Suggests: ffmpeg
Description: brain visualization, analysis and discovery tool
Connectome Workbench is a brain visualization, analysis and discovery
tool for fMRI and dMRI brain imaging data, including functional and
structural connectivity data generated by the Human Connectome
Project.
.
Package includes wb_command, a command-line program for performing a
variety of analytical tasks for volume, surface, and CIFTI
grayordinates data.
Package: connectome-workbench-dbg
Architecture: any
Section: debug
Depends: ${shlibs:Depends},
${misc:Depends},
connectome-workbench (= ${binary:Version})
Description: brain visualization, analysis and discovery tool -- debug symbols
Connectome Workbench is a brain visualization, analysis and discovery
tool for fMRI and dMRI brain imaging data, including functional and
structural connectivity data generated by the Human Connectome
Project.
.
Package includes wb_command, a command-line program for performing a
variety of analytical tasks for volume, surface, and CIFTI
grayordinates data.
.
This package contains debug symbols for the binaries.
|