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
|
Source: scotchpy
Section: python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Drew Parsons <dparsons@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
cmake,
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all-dev,
libscotch-dev,
libptscotch-dev,
mpi-default-bin,
python3-mpi4py,
python3-numpy,
python3-scikit-build-core,
python3-pytest,
python3-pytest-mpi
Build-Depends-Indep: python3-sphinx,
python3-alabaster
#Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.3
Homepage: https://codeberg.org/fpellegr/scotchpy
Vcs-Browser: https://salsa.debian.org/science-team/scotchpy
Vcs-Git: https://salsa.debian.org/science-team/scotchpy.git
Package: python3-scotchpy
Architecture: any
Depends:
libscotch-dev,
python3-numpy,
${python3:Depends},
${misc:Depends},
Recommends: libptscotch-dev, python3-mpi4py
Suggests:
python-scotchpy-doc,
Description: a Python3 interface for the Scotch graph partitioning library
ScotchPy provides a Python3 interface for the Scotch graph
partitioning library
.
This package installs the library for Python 3.
Package: python-scotchpy-doc
Section: doc
Architecture: all
Depends:
${sphinxdoc:Depends},
${misc:Depends},
Description: a Python3 interface for the Scotch graph partitioning library (documentation)
ScotchPy provides a Python3 interface for the Scotch graph
partitioning library
.
This is the documentation package.
|