File: control

package info (click to toggle)
esys-particle 2.3.5%2Bdfsg2-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,428 kB
  • sloc: cpp: 81,479; python: 5,872; makefile: 1,258; sh: 313; perl: 225
file content (58 lines) | stat: -rw-r--r-- 1,894 bytes parent folder | download
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: esys-particle
Standards-Version: 4.7.2
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Anton Gladky <gladk@debian.org>,
Section: science
Priority: optional
Build-Depends:
 autoconf,
 autoconf-archive,
 automake,
 debhelper-compat (= 13),
 dh-python,
 doxygen,
 graphviz,
 libboost-all-dev,
 libcppunit-dev,
 libltdl-dev,
 libtool,
 libvtk9-dev,
 openmpi-bin,
 libopenmpi-dev,
 python3-dev,
 python3-gengeo,
 texlive-latex-extra,
 texlive-fonts-recommended,
 texlive-latex-recommended,
Vcs-Browser: https://salsa.debian.org/science-team/esys-particle/
Vcs-Git: https://salsa.debian.org/science-team/esys-particle.git
Homepage: https://launchpad.net/esys-particle
Rules-Requires-Root: no

Package: esys-particle
Architecture: any
Depends:
 libjs-jquery,
 openmpi-bin,
 ${python3:Depends},
 python3-gengeo,
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 paraview,
Pre-Depends:
 ${misc:Pre-Depends},
Description: Software for particle-based numerical modelling (MPI version)
 ESyS-Particle is Open Source software for particle-based numerical modelling.
 The software implements the Discrete Element Method (DEM), a widely used
 technique for modelling processes involving large deformations, granular flow
 and/or fragmentation. ESyS-Particle is designed for execution on parallel
 supercomputers, clusters or multi-core PCs running a Linux-based operating
 system. The C++ simulation engine implements spatial domain decomposition via
 the Message Passing Interface (MPI). A Python wrapper API provides flexibility
 in the design of numerical models, specification of modelling parameters and
 contact logic, and analysis of simulation data. ESyS-Particle has been
 utilised to simulate earthquake nucleation, comminution in shear cells, silo
 flow, rock fragmentation, and fault gouge evolution, to name but a few
 applications.