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 170 171 172 173 174 175 176 177 178 179 180
|
Source: python-escript
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Joel Fenwick <j.oelpublic@gmail.com>, Anton Gladky <gladk@debian.org>
Section: science
Priority: extra
Build-Depends: python-all-dev,
python3-all-dev,
python-numpy,
python3-numpy,
libboost-python-dev,
libboost-random-dev,
libnetcdf-dev,
libnetcdf-cxx-legacy-dev,
scons,
zip,
python-sphinx,
doxygen,
python-docutils,
texlive,
ghostscript,
texlive-latex-extra,
latex-xcolor,
lsb-release,
libopenmpi-dev,
openmpi-bin,
debhelper (>= 9),
dh-python
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/python-escript.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/python-escript.git
Homepage: https://launchpad.net/escript-finley
X-Python-Version: >=2.7
X-Python3-Version: >=3.2
Package: python-escript
Architecture: any
Depends: ${python:Depends},
python-numpy,
${shlibs:Depends},
${misc:Depends}
Recommends: python-sympy,
python-matplotlib,
python-scipy
Suggests: python-pyproj,
python-gdal,
python-escript-doc
Description: Escript/Finley finite elements Python2 system (with OpenMP)
Escript is a programming tool for implementing mathematical models in Python
using the finite element method (FEM). Because users do not access the data
structures it is very easy to use and scripts can run on desktop computers
as well as highly parallel supercomputer without changes. Application areas
for escript include earth mantle convection, geophysical inversion,
earthquakes, porous media flow, reactive transport, plate subduction, erosion,
and tsunamis.
.
Scripts can be executed in parallel (on varying numbers of threads or nodes)
without any special modifications.
.
Escript now includes the esys.downunder module for 3D inversion of geophysical
data sets. The current version supports gravity, magnetic and joint inversion.
.
This package contains the commands and libraries for Python2 with
OpenMP threading.
Package: python-escript-mpi
Architecture: any
Depends: ${python:Depends},
openmpi-bin,
python-numpy,
${shlibs:Depends},
${misc:Depends}
Recommends: python-sympy,
python-matplotlib,
python-scipy
Suggests: python-pyproj,
python-gdal,
python-escript-doc
Description: Escript/Finley finite elements Python2 system (OpenMP + MPI)
Escript is a programming tool for implementing mathematical models in Python
using the finite element method (FEM). Because users do not access the data
structures it is very easy to use and scripts can run on desktop computers as
well as highly parallel supercomputer without changes. Application areas for
escript include earth mantle convection, geophysical inversion, earthquakes,
porous media flow, reactive transport, plate subduction, erosion, and tsunamis.
.
Scripts can be executed in parallel (on varying numbers of threads or nodes)
without any special modifications.
.
Escript now includes the esys.downunder module for 3D inversion of geophysical
data sets. The current version supports gravity, magnetic and joint inversion.
.
This package contains the commands and libraries for Python2 with
both OpenMP threading and MPI multiprocess support.
Package: python3-escript
Architecture: any
Depends: ${python3:Depends},
python3-numpy,
${shlibs:Depends},
${misc:Depends}
Recommends: python3-sympy,
python3-matplotlib,
python3-scipy
Suggests: python3-pyproj,
python3-gdal,
python-escript-doc
Description: Escript/Finley finite elements Python3 system (with OpenMP)
Escript is a programming tool for implementing mathematical models in Python
using the finite element method (FEM). Because users do not access the data
structures it is very easy to use and scripts can run on desktop computers as
well as highly parallel supercomputer without changes. Application areas for
escript include earth mantle convection, geophysical inversion, earthquakes,
porous media flow, reactive transport, plate subduction, erosion, and
tsunamis.
.
Scripts can be executed in parallel (on varying numbers of threads or nodes)
without any special modifications.
.
Escript now includes the esys.downunder module for 3D inversion of geophysical
data sets. The current version supports gravity, magnetic and joint inversion.
.
This package contains the commands and libraries for Python3 with
OpenMP threading and MPI multiprocess support.
Package: python3-escript-mpi
Architecture: any
Depends: ${python3:Depends},
python3-numpy,
openmpi-bin,
${shlibs:Depends},
${misc:Depends}
Recommends: python3-sympy,
python3-matplotlib,
python3-scipy
Suggests: python3-pyproj,
python3-gdal,
python-escript-doc
Description: Escript/Finley finite elements Python3 system (OpenMP + MPI)
Escript is a programming tool for implementing mathematical models in Python
using the finite element method (FEM). Because users do not access the data
structures it is very easy to use and scripts can run on desktop computers as
well as highly parallel supercomputer without changes. Application areas for
escript include earth mantle convection, geophysical inversion, earthquakes,
porous media flow, reactive transport, plate subduction, erosion, and
tsunamis.
.
Scripts can be executed in parallel (on varying numbers of threads or nodes)
without any special modifications.
.
Escript now includes the esys.downunder module for 3D inversion of geophysical
data sets. The current version supports gravity, magnetic and joint inversion.
.
This package contains the commands and libraries for Python3 with
both OpenMP threading and MPI multiprocess support.
Package: python-escript-doc
Architecture: all
Depends: doc-base,
libjs-sphinxdoc,
${misc:Depends}
Recommends: python-escript
Description: Documentation for Escript/Finley
Escript is a programming tool for implementing mathematical models in Python
using the finite element method (FEM). Because users do not access the data
structures it is very easy to use and scripts can run on desktop computers as
well as highly parallel supercomputer without changes. Application areas for
escript include earth mantle convection, geophysical inversion, earthquakes,
porous media flow, reactive transport, plate subduction, erosion, and
tsunamis.
.
Scripts can be executed in parallel (on varying numbers of threads or nodes)
without any special modifications.
.
Escript now includes the esys.downunder module for 3D inversion of geophysical
data sets. The current version supports gravity, magnetic and joint inversion.
.
This package contains the documentation for escript,
including example scripts the user guide, the cookbook (an introduction from
a geoscientists point of view) and a guide to the esys.downunder inversion
toolkit.
|