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 filePatch | File delta | Description |
---|---|---|
0002 Prepare OPM for DUNE 2.10.patch | (download) |
examples/finitevolume/finitevolume.cc |
2 1 + 1 - 0 ! |
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 ! |
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 ! |
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 |