Package: opm-grid / 2024.10+ds-3

Metadata

Package Version Patches format
opm-grid 2024.10+ds-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 Prepare OPM for DUNE 2.10.patch | (download)

examples/finitevolume/finitevolume.cc | 2 1 + 1 - 0 !
opm/grid/common/SubGridPart.hpp | 2 1 + 1 - 0 !
opm/grid/cpgrid/CpGridData.cpp | 2 1 + 1 - 0 !
opm/grid/cpgrid/Entity2IndexDataHandle.hpp | 2 1 + 1 - 0 !
tests/cpgrid/distribution_test.cpp | 4 2 + 2 - 0 !
5 files changed, 6 insertions(+), 6 deletions(-)

 prepare opm for dune 2.10

DUNE_VERSION_NEWER has been removed. Falling back to DUNE_VERSION_GTE
which exists since at least DUNE 2.7

Use Dune::Communcation instead of removed
Dune::CollectiveCommunication (there since at least DUNE 2.7)l

0002 Fix GPL license declarations for two tests.patch | (download)

tests/test_geom2d.cpp | 19 17 + 2 - 0 !
tests/test_ug.cpp | 19 17 + 2 - 0 !
2 files changed, 34 insertions(+), 4 deletions(-)

 fix gpl license declarations for two tests.

Those were missing the plus and the short description of the license.

0003 Fix compilation with 64bit metis bindings of scotch.patch | (download)

opm/grid/common/MetisPartition.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix compilation with 64bit metis bindings of scotch.

IDXTYPEWIDTH might be an expression and the compilation fails with

opm/grid/common/MetisPartition.cpp:151:30: error: missing binary operator before token "("

For scoth IDXTYPEWIDTH is `sizeof(::idx_t) * 8`

Closes Debian bug #1101246