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 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169
|
Source: paraview
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Christophe Prud'homme <prudhomm@debian.org>,
Anton Gladky <gladk@debian.org>
Section: science
Testsuite: autopkgtest
Priority: extra
Build-Depends: debhelper (>= 9),
cmake,
libqt4-dev,
qt4-dev-tools,
libsqlite3-dev,
libboost-all-dev,
libavformat-dev,
libavutil-dev,
libavcodec-dev,
libswscale-dev,
libqt5sql5-sqlite,
python-dev,
dh-python,
libglu1-mesa-dev,
libxt-dev,
python-all,
python-all-dev,
python-all-dev (<< 2.8),
libxext-dev,
doxygen,
graphviz,
gnuplot,
libtiff-dev,
libpng-dev,
libjpeg-dev,
libxml2-dev,
libexpat-dev,
zlib1g-dev,
libfreetype6-dev,
default-libmysqlclient-dev,
libpq-dev,
libtheora-dev,
libogg-dev,
mpi-default-dev,
mpi-default-bin,
libhdf5-dev,
hdf5-tools,
libgl2ps-dev,
libqtwebkit-dev,
libeigen3-dev,
libnetcdf-dev,
libnetcdf-cxx-legacy-dev,
libjsoncpp-dev,
libglew-dev,
libxdmf-dev,
libutfcpp-dev,
python-autobahn,
python-matplotlib,
python-mpi4py,
python-six,
python-twisted
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/paraview.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/paraview.git
Homepage: http://www.paraview.org/
Package: paraview
Architecture: any
Depends: tcl8.5 | tclsh,
${shlibs:Depends},
${misc:Depends},
python-matplotlib,
python-autobahn,
python-mpi4py,
python-six,
python-twisted
Recommends: mpi-default-bin,
paraview-python,
paraview-doc
Suggests: hdf5-tools,
h5utils
Description: Parallel Visualization Application
ParaView is an open-source, multi-platform application designed to
visualize data sets of size varying from small to very large. The
goals of the ParaView project include the following:
.
* Develop an open-source, multi-platform visualization application.
* Support distributed computation models to process large data sets.
* Create an open, flexible, and intuitive user interface.
* Develop an extensible architecture based on open standards.
.
ParaView runs on distributed and shared memory parallel as well as
single processor systems and has been successfully tested on Windows,
Mac OS X, Linux and various Unix workstations, clusters and
supercomputers. Under the hood, ParaView uses the Visualization
Toolkit as the data processing and rendering engine and has a user
interface written using Qt.
Package: paraview-dev
Architecture: any
Section: libdevel
Depends: qt4-dev-tools,
${shlibs:Depends},
${misc:Depends},
paraview (= ${binary:Version}),
libeigen3-dev
Description: Parallel Visualization Application. Development header files
ParaView is an open-source, multi-platform application designed to
visualize data sets of size varying from small to very large. The
goals of the ParaView project include the following:
.
* Develop an open-source, multi-platform visualization application.
* Support distributed computation models to process large data sets.
* Create an open, flexible, and intuitive user interface.
* Develop an extensible architecture based on open standards.
.
ParaView runs on distributed and shared memory parallel as well as
single processor systems and has been successfully tested on Windows,
Mac OS X, Linux and various Unix workstations, clusters and
supercomputers. Under the hood, ParaView uses the Visualization
Toolkit as the data processing and rendering engine and has a user
interface written using Qt. Development header files
Package: paraview-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: paraview
Description: Parallel Visualization Application. Comprehensive documentation
ParaView is an open-source, multi-platform application designed to
visualize data sets of size varying from small to very large. The
goals of the ParaView project include the following:
.
* Develop an open-source, multi-platform visualization application.
* Support distributed computation models to process large data sets.
* Create an open, flexible, and intuitive user interface.
* Develop an extensible architecture based on open standards.
.
ParaView runs on distributed and shared memory parallel as well as
single processor systems and has been successfully tested on Windows,
Mac OS X, Linux and various Unix workstations, clusters and
supercomputers. Under the hood, ParaView uses the Visualization
Toolkit as the data processing and rendering engine and has a user
interface written using Qt. Comprehensive documentation.
Package: paraview-python
Architecture: any
Section: python
Depends: paraview (= ${binary:Version}),
${python:Depends},
${misc:Depends},
${shlibs:Depends},
python,
python (<< 2.8),
python-vtk6
Provides: ${python:Provides}
Description: Parallel Visualization Application. python-support
ParaView is an open-source, multi-platform application designed to
visualize data sets of size varying from small to very large. The
goals of the ParaView project include the following:
.
* Develop an open-source, multi-platform visualization application.
* Support distributed computation models to process large data sets.
* Create an open, flexible, and intuitive user interface.
* Develop an extensible architecture based on open standards.
.
ParaView runs on distributed and shared memory parallel as well as
single processor systems and has been successfully tested on Windows,
Mac OS X, Linux and various Unix workstations, clusters and
supercomputers. Under the hood, ParaView uses the Visualization
Toolkit as the data processing and rendering engine and has a user
interface written using Qt. Enables python support.
|