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
|
Source: liggghts
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 (= 12),
libboost-mpi-dev,
libeigen3-dev,
libjpeg-dev,
libvtk6-dev,
mpi-default-bin,
mpi-default-dev
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/science-team/liggghts
Vcs-Git: https://salsa.debian.org/science-team/liggghts.git
Homepage: http://www.liggghts.com/
Package: libliggghts-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libliggghts3 (= ${binary:Version}),
mpi-default-bin,
${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Open Source DEM Particle Simulation Software. Development files
LIGGGHTS stands for LAMMPS improved for general granular and granular
heat transfer simulations.
.
LAMMPS is a classical molecular dynamics simulator. It is widely used in
the field of Molecular Dynamics. Thanks to physical and algorithmic analogies,
LAMMPS is a very good platform for DEM simulations. LAMMPS offers a GRANULAR
package to perform these kind of simulations. LIGGGHTS aims to improve those
capability with the goal to apply it to industrial applications.
Development version.
.
The package contains development files.
Package: libliggghts3
Architecture: any
Multi-Arch: same
Depends: mpi-default-bin,
${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Open Source DEM Particle Simulation Software. Shared library
LIGGGHTS stands for LAMMPS improved for general granular and granular
heat transfer simulations.
.
LAMMPS is a classical molecular dynamics simulator. It is widely used in
the field of Molecular Dynamics. Thanks to physical and algorithmic analogies,
LAMMPS is a very good platform for DEM simulations. LAMMPS offers a GRANULAR
package to perform these kind of simulations. LIGGGHTS aims to improve those
capability with the goal to apply it to industrial applications.
Development version.
.
The package contains shared library.
Package: liggghts
Architecture: any
Multi-Arch: foreign
Depends: libliggghts3 (>= ${source:Version}),
mpi-default-bin,
${misc:Depends},
${shlibs:Depends}
Recommends: paraview
Description: Open Source DEM Particle Simulation Software.
LIGGGHTS stands for LAMMPS improved for general granular and granular
heat transfer simulations.
.
LAMMPS is a classical molecular dynamics simulator. It is widely used in
the field of Molecular Dynamics. Thanks to physical and algorithmic analogies,
LAMMPS is a very good platform for DEM simulations. LAMMPS offers a GRANULAR
package to perform these kind of simulations. LIGGGHTS aims to improve those
capability with the goal to apply it to industrial applications.
Development version.
Package: liggghts-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${shlibs:Depends},
libjs-jquery,
libjs-underscore
Recommends: liggghts
Description: Open Source DEM Particle Simulation Software. Documentation and examples
LIGGGHTS stands for LAMMPS improved for general granular and granular
heat transfer simulations.
.
LAMMPS is a classical molecular dynamics simulator. It is widely used in
the field of Molecular Dynamics. Thanks to physical and algorithmic analogies,
LAMMPS is a very good platform for DEM simulations. LAMMPS offers a GRANULAR
package to perform these kind of simulations. LIGGGHTS aims to improve those
capability with the goal to apply it to industrial applications.
Development version.
.
The package contains documentation and examples.
|