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
|
Source: yade
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk@debian.org>
Section: science
Priority: optional
Build-Depends: cmake,
debhelper-compat (= 13),
dh-exec,
dh-python,
freeglut3-dev,
help2man,
libboost-all-dev,
libbz2-dev,
libcgal-dev,
libeigen3-dev,
libgl1-mesa-dev,
libgmp-dev,
libgts-dev,
libmetis-dev,
libmpc-dev,
libmpfr-dev,
libmpfrc++-dev,
libopenblas-dev,
libqglviewer-dev-qt5,
libsqlite3-dev,
libsuitesparse-dev,
libvtk9-dev,
libxi-dev,
libxmu-dev,
pyqt5-dev-tools,
python3-dev,
python3-future,
python3-ipython,
python3-matplotlib,
python3-minieigen,
python3-mpi4py,
python3-mpmath,
python3-numpy,
python3-pil,
python3-pygraphviz,
python3-pyqt5,
python3-pyqt5.qtsvg,
python3-tk,
python3-xlib,
zlib1g-dev
Build-Depends-Indep: dvipng,
graphviz,
python3-ipython-genutils,
libjs-jquery,
lmodern,
python3-bibtexparser,
python3-sphinx,
texlive-fonts-recommended,
texlive-plain-generic,
texlive-latex-extra,
texlive-latex-recommended,
texlive-pictures,
texlive-xetex,
tipa
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/science-team/yade
Vcs-Git: https://salsa.debian.org/science-team/yade.git
Homepage: https://yade-dem.org/doc/
Package: yade
Architecture: amd64 arm64 i386 ppc64el s390x
Multi-Arch: foreign
Depends: gnuplot,
libyade (= ${binary:Version}),
python3-yade (= ${binary:Version}),
python3-ipython,
python3-mpi4py,
python3-pyqt5.qtwebkit,
${python3:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Platform for discrete element modeling
Yet Another Dynamic Engine.
.
Extensible open-source framework for discrete numerical models,
focused on Discrete Element Method.
The computation parts are written in c++ using flexible object model,
allowing independent implementation of new algorithms and interfaces.
Python is used for rapid and concise scene construction,
simulation control, postprocessing and debugging.
.
This package contains speed-optimized build of yade.
Package: libyade
Architecture: amd64 arm64 i386 ppc64el s390x
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Platform for discrete element modeling. Libraries
Yet Another Dynamic Engine.
.
Extensible open-source framework for discrete numerical models,
focused on Discrete Element Method.
The computation parts are written in c++ using flexible object model,
allowing independent implementation of new algorithms and interfaces.
Python is used for rapid and concise scene construction,
simulation control, postprocessing and debugging.
.
This package contains yade`s libraries.
Package: python3-yade
Architecture: amd64 arm64 i386 ppc64el s390x
Multi-Arch: foreign
Section: python
Depends: libyade (= ${binary:Version}),
python3-future,
python3-matplotlib,
python3-mpmath,
python3-pil,
python3-pyqt5,
python3-pyqt5.qtsvg,
python3-tk,
python3-xlib,
python3-mpi4py,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Platform for discrete element modeling. Python bindings
Yet Another Dynamic Engine.
.
Extensible open-source framework for discrete numerical models,
focused on Discrete Element Method.
The computation parts are written in c++ using flexible object model,
allowing independent implementation of new algorithms and interfaces.
Python is used for rapid and concise scene construction,
simulation control, postprocessing and debugging.
.
This package contains python bindings for yade.
Package: yade-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends},
${misc:Depends},
libjs-mathjax
Recommends: yade
Description: Platform for discrete element modeling. Documentation
Yet Another Dynamic Engine.
.
Extensible open-source framework for discrete numerical models,
focused on Discrete Element Method.
The computation parts are written in c++ using flexible object model,
allowing independent implementation of new algorithms and interfaces.
Python is used for rapid and concise scene construction,
simulation control, postprocessing and debugging.
.
This package contains examples, test scripts and documentation.
|