Package: opm-simulators / 2022.10+ds-2

Metadata

Package Version Patches format
opm-simulators 2022.10+ds-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fixed typo acess access.patch | (download)

ebos/eclproblem.hh | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixed typo: acess -> access


0002 Use SKIP_BUILD_RPATH for python lib of simulators.patch | (download)

python/simulators/CMakeLists.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 use skip_build_rpath for python lib of simulators


0003 cmake Work around missing imported Alberta targets.patch | (download)

opm-simulators-prereqs.cmake | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 [cmake]  work around missing imported alberta targets.

For the autopkgtest Alberta is not searched before dune-grid and
hence leading to errors about missing imported targets.

With this workaround we make sure that Alberta is searched for before
dune-grid to prevent this.