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
|
Source: votca
Section: science
Priority: optional
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders: Michael Banck <mbanck@debian.org>,
Nicholas Breen <nbreen@debian.org>
Build-Depends: bash-completion,
clang-format,
cmake,
debhelper-compat (= 13),
dh-python,
gromacs (>= 2024~),
libboost-all-dev,
libecpint-dev,
libeigen3-dev,
libexpat-dev,
libfftw3-dev,
libgromacs-dev (>= 2024~),
libgsl-dev,
libhdf5-dev,
libint2-dev,
librdkit-dev | architecture-is-big-endian,
libsqlite3-dev,
libxc-dev,
pkgconf,
pybind11-dev,
python3-h5py,
python3-lxml,
python3-numpy,
python3-pytest,
python3-rdkit | architecture-is-big-endian,
python3:any,
sphinx-common,
txt2tags
Build-Depends-Indep: doxygen,
gnuplot-nox | gnuplot,
graphviz,
pandoc,
python3-ipykernel,
python3-nbsphinx,
python3-recommonmark,
python3-sphinx,
python3-sphinx-rtd-theme
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://www.votca.org/
Vcs-Browser: https://salsa.debian.org/debichem-team/votca
Vcs-Git: https://salsa.debian.org/debichem-team/votca.git
Package: libvotca-dev
Section: libdevel
Architecture: any
Depends: libboost-filesystem-dev,
libboost-program-options-dev,
libboost-system-dev,
libvotca-2024 (= ${binary:Version}),
${misc:Depends}
Breaks: libvotca-csg-dev (<< 2022~),
libvotca-tools-dev (<< 2022~),
libvotca-xtp-dev (<< 2022~)
Replaces: libvotca-csg-dev (<< 2022~),
libvotca-tools-dev (<< 2022~),
libvotca-xtp-dev (<< 2022~)
Provides: libvotca-csg-dev, libvotca-tools-dev, libvotca-xtp-dev
Description: VOTCA molecular dynamics analysis - development files
Versatile Object-Oriented Toolkit for Coarse-Graining Applications (VOTCA)
is a modeling package for the analysis of molecular dynamics data, the
development of systematic coarse-graining techniques, and methods used for
simulating microscopic charge transport in disordered semiconductors.
.
This package contains header files and pkg-config files and templates
for VOTCA programs.
Package: libvotca-2024
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: VOTCA molecular dynamics analysis - shared libraries
Versatile Object-Oriented Toolkit for Coarse-Graining Applications (VOTCA)
is a modeling package for the analysis of molecular dynamics data, the
development of systematic coarse-graining techniques, and methods used for
simulating microscopic charge transport in disordered semiconductors.
.
libvotca contains VOTCA's coarse-graining and excitation transport
libraries.
Package: votca-data
Architecture: all
Built-Using: ${sphinxdoc:Built-Using}
Depends: bash (>= 4), ${misc:Depends}
Recommends: perl, python3:any, ${perl:Depends}, ${sphinxdoc:Depends}
Breaks: votca-csg-scripts (<< 2022~), votca-xtp (<< 2022~)
Replaces: votca-csg-scripts (<< 2022~), votca-xtp (<< 2022~)
Provides: votca-csg-scripts
Description: VOTCA molecular dynamics analysis - basis sets and scripts
Versatile Object-Oriented Toolkit for Coarse-Graining Applications (VOTCA)
is a modeling package for the analysis of molecular dynamics data, the
development of systematic coarse-graining techniques, and methods used for
simulating microscopic charge transport in disordered semiconductors.
.
This package contains architecture independent coarse-graining scripts
and basis sets.
Package: votca-tutorials
Architecture: all
Multi-Arch: foreign
Depends: bash (>= 4), ${misc:Depends}, ${python3:Depends}
Recommends: python3:any
Breaks: votca-csg-tutorials (<< 2022~), votca-xtp-tutorials (<< 2022~)
Replaces: votca-csg-tutorials (<< 2022~), votca-xtp-tutorials (<< 2022~)
Provides: votca-csg-tutorials, votca-xtp-tutorials
Description: VOTCA molecular dynamics analysis - tutorials
Versatile Object-Oriented Toolkit for Coarse-Graining Applications (VOTCA)
is a modeling package for the analysis of molecular dynamics data, the
development of systematic coarse-graining techniques, and methods used for
simulating microscopic charge transport in disordered semiconductors.
.
This package contains architecture independent tutorials.
Package: votca
Architecture: any
Depends: votca-data (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
Recommends: python3:any
Suggests: votca-tutorials
Breaks: votca-csg (<< 2022~), votca-tools (<< 2022~), votca-xtp (<< 2022~)
Replaces: votca-csg (<< 2022~), votca-tools (<< 2022~), votca-xtp (<< 2022~)
Provides: votca-csg, votca-tools, votca-xtp
Description: Molecular dynamics analysis - coarse-graining and charge transport
Versatile Object-Oriented Toolkit for Coarse-Graining Applications (VOTCA)
is a modeling package for the analysis of molecular dynamics data, the
development of systematic coarse-graining techniques, and methods used for
simulating microscopic charge transport in disordered semiconductors.
.
Numerous molecular dynamics packages, including but not limited to
GROMACS, ESPREesSo, and LAMPPS, can be used together with VOTCA.
.
This package contains user programs for the coarse-graining toolkit (CSG)
and excitation transport toolkit (XTP).
|