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
  
     | 
    
      Source: ngspetsc
Section: math
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Drew Parsons <dparsons@debian.org>,
 Francesco Ballarin <francesco.ballarin@unicatt.it>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 libpetsc-real-dev,
 pybuild-plugin-pyproject,
 python3-setuptools,
 python3,
 python3-dolfinx,
 python3-dolfinx-real <!nocheck>,
 python3-petsc4py (>= 3.22.1~),
 python3-poetry-core,
 python3-mpi4py,
 python3-netgen (>= 6.2~),
 python3-numpy,
 python3-pytest <!nocheck>,
 python3-sphinx,
 python3-sphinx-autoapi <!nodoc>,
 python3-sphinx-autodoc-typehints <!nodoc>,
 pandoc <!nodoc>,
 python3-ipython <!nodoc>,
 python3-nbsphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>
Build-Depends-Indep:
 libjs-mathjax,
 libjs-requirejs
#Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.0
Homepage: https://github.com/NGSolve/ngsPETSc
Vcs-Browser: https://salsa.debian.org/science-team/ngsPETSc
Vcs-Git: https://salsa.debian.org/science-team/ngsPETSc.git
Package: python3-ngspetsc
Architecture: all
Multi-Arch: foreign
Depends:
 python3-netgen,
 python3-numpy,
 ${python3:Depends},
 ${misc:Depends},
Recommends:
 python3-slepc4py | python3-slepc4py-real | python3-slepc4py-complex,
Suggests:
 python-ngspetsc-doc,
 fenicsx (>= 2:0.8~)
Description: a PETSc interface for NGSolve (Python 3)
 ngsPETSc is a PETSc interface for NGSolve. It extends the utility of
 meshes generated by netgen and interfaces with finite element solvers
 such as dolfinx (fenicsx) as well as NGSolve, Firedrake.
 .
 This package installs the library for Python 3.
Package: python-ngspetsc-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${sphinxdoc:Depends},
 ${misc:Depends},
Description: a PETSc interface for NGSolve (docs)
 ngsPETSc is a PETSc interface for NGSolve. It extends the utility of
 meshes generated by netgen and interfaces with finite element solvers
 such as dolfinx (fenicsx) as well as NGSolve, Firedrake.
 .
 This is the documentation package.
 
     |