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
|
Source: sasmodels
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Stuart Prescott <stuart@debian.org>,
Drew Parsons <dparsons@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
libjs-jquery,
libjs-mathjax,
python3-all,
python3-matplotlib,
python3-setuptools,
python3-numpy,
python3-pytest,
python3-scipy,
python3-sphinx,
Standards-Version: 4.7.0
Homepage: https://www.sasview.org/
Vcs-Git: https://salsa.debian.org/science-team/sasmodels.git
Vcs-Browser: https://salsa.debian.org/science-team/sasmodels
Rules-Requires-Root: no
Package: python3-sasmodels
Architecture: all
Section: python
Depends:
gcc, libc6-dev | libc-dev,
python3-numpy,
python3-scipy,
sasmodels-private-libs,
${misc:Depends},
${python3:Depends}
Recommends:
python3-matplotlib,
python3-pyopencl,
Suggests: python-sasmodels-doc
Description: Theoretical models for small angle scattering (Python 3)
sasmodels is a Python module for calculating theoretical Small Angle
Scattering patterns. The models provided are usable directly in the bumps
fitting package and in the sasview analysis package.
.
This package contains the Python 3 version of the module.
Package: sasmodels-private-libs
Architecture: any
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends}
Description: Theoretical models for small angle scattering (compiled models)
sasmodels is a Python module for calculating theoretical Small Angle
Scattering patterns. The models provided are usable directly in the bumps
fitting package and in the sasview analysis package.
.
This package contains the precompiled versions of the models.
Package: python-sasmodels-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
libjs-jquery,
libjs-mathjax,
${misc:Depends},
${sphinxdoc:Depends}
Description: Theoretical models for small angle scattering (documentation)
sasmodels is a Python module for calculating theoretical Small Angle
Scattering patterns. The models provided are usable directly in the bumps
fitting package and in the sasview analysis package.
.
This package contains the documentation for the module.
|