Source: opm-grid
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Arne Morten Kvarving <arne.morten.kvarving@sintef.no>,
           Markus Blatt <markus@dr-blatt.de>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13),
               quilt,
	       chrpath,
               libboost-system-dev,
               libboost-test-dev,
               libdune-common-dev,
               bc,
               zlib1g-dev,
               libtool,
               pkgconf,
               libdune-grid-dev,
               libtinyxml-dev,
               libdune-istl-dev,
               doxygen,
               texlive-latex-extra,
               texlive-latex-recommended,
               ghostscript,
               libsuitesparse-dev,
               libpython3-dev,
               libopm-common-dev (>= 2024.10),
               libscotchmetis-dev,
               libscotchparmetis-dev,
               libdune-geometry-dev,
               libtrilinos-zoltan-dev,
               mpi-default-dev,
               mpi-default-bin
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/opm-grid
Vcs-Git: https://salsa.debian.org/science-team/opm-grid.git
Homepage: http://opm-project.org
Rules-Requires-Root: no

Package: libopm-grid-dev
Architecture: amd64 arm64 armel ia64 m68k mips64el mipsel ppc64el riscv64 loong64
Multi-Arch: same
Section: libdevel
Depends: ${opm:shared-library},
         ${misc:Depends},
         libdune-grid-dev,
         libdune-istl-dev,
         libopm-common-dev  (>= 2024.10),
         libscotchmetis-dev,
         libscotchparmetis-dev,
         libtrilinos-zoltan-dev
Suggests: libopm-grid-doc
Replaces: libopm-grid1-dev
Description: DUNE grid implementations for reservoir simulation -- development files
 The Open Porous Media (OPM) software suite provides libraries and
 tools for modeling and simulation of porous media processes, especially
 for simulating CO2 sequestration and improved and enhanced oil recovery.
 .
 opm-grid provides implementations of grids for reservoir simulation,
 corner point or more general pillar grids, following the DUNE grid interface:
 CpGrid, a parallel corner point grid, and PolyhedralGrid a more general serial
 grid implementation of an unstructured, legacy, grid.
 .
 A standard grid type in the petroleum industry, corner-point grids fills
 the domain with a relatively low number of cells while still providing
 sufficient flexibility to model faults, fractures and erosion. The grid
 format was originally designed with an eye towards geological modeling
 rather than numerical simulation, but is still suitable for e.g. low order
 finite volume discretizations.
 .
 This package provides the development files for the grid implementations,
 i.e. the headers and shared library links.

Package: libopm-grid
Architecture: amd64 arm64 armel ia64 m68k mips64el mipsel ppc64el riscv64 loong64
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Provides: ${opm:shared-library}
Replaces: libopm-grid1
Description: DUNE grid implementations for reservoir simulation -- library
 The Open Porous Media (OPM) software suite provides libraries and
 tools for modeling and simulation of porous media processes, especially
 for simulating CO2 sequestration and improved and enhanced oil recovery.
 .
 opm-grid provides implementations of grids for reservoir simulation,
 corner point or more general pillar grids, following the DUNE grid interface:
 CpGrid, a parallel corner point grid, and PolyhedralGrid a more general serial
 grid implementation of an unstructured, legacy, grid.
 .
 A standard grid type in the petroleum industry, corner-point grids fills
 the domain with a relatively low number of cells while still providing
 sufficient flexibility to model faults, fractures and erosion. The grid
 format was originally designed with an eye towards geological modeling
 rather than numerical simulation, but is still suitable for e.g. low order
 finite volume discretizations.
 .
 This package provides the library of the grid implementations.

Package: libopm-grid-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Replaces: libopm-grid1-doc
Description: DUNE grid implementations for reservoir simulation -- documentation
 The Open Porous Media (OPM) software suite provides libraries and
 tools for modeling and simulation of porous media processes, especially
 for simulating CO2 sequestration and improved and enhanced oil recovery.
 .
 opm-grid provides implementations of grids for reservoir simulation,
 corner point or more general pillar grids, following the DUNE grid interface:
 CpGrid, a parallel corner point grid, and PolyhedralGrid a more general serial
 grid implementation of an unstructured, legacy, grid.
 .
 A standard grid type in the petroleum industry, corner-point grids fills
 the domain with a relatively low number of cells while still providing
 sufficient flexibility to model faults, fractures and erosion. The grid
 format was originally designed with an eye towards geological modeling
 rather than numerical simulation, but is still suitable for e.g. low order
 finite volume discretizations.
 .
 This package provides the source code documentation of the grid
 implementations.

Package: libopm-grid-bin
Architecture: amd64 arm64 armel ia64 m68k mips64el mipsel ppc64el riscv64 loong64
Multi-Arch: foreign
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Replaces: libopm-grid1-bin
Description: corner point grid utility programs
 The Open Porous Media (OPM) software suite provides libraries and
 tools for modeling and simulation of porous media processes, especially
 for simulating CO2 sequestration and improved and enhanced oil recovery.
 .
 opm-grid provides implementations of grids for reservoir simulation,
 corner point or more general pillar grids, following the DUNE grid interface:
 CpGrid, a parallel corner point grid, and PolyhedralGrid a more general serial
 grid implementation of an unstructured, legacy, grid.
 .
 A standard grid type in the petroleum industry, corner-point grids fills
 the domain with a relatively low number of cells while still providing
 sufficient flexibility to model faults, fractures and erosion. The grid
 format was originally designed with an eye towards geological modeling
 rather than numerical simulation, but is still suitable for e.g. low order
 finite volume discretizations.
 .
 This package provides programs to mirror corner point grids specified in
 Eclipse file format and convert the corner point grid representation
 of an Eclipse together with permeability/porosity to file suitable
 for visualization with Paraview.