Package: dune-grid / 2.6.0-5
Metadata
Package | Version | Patches format |
---|---|---|
dune-grid | 2.6.0-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
disable alberta3d test.patch | (download) |
dune/grid/albertagrid/test/CMakeLists.txt |
6 3 + 3 - 0 ! |
disable tests that need too much memory |
do not install amiramesh grids.patch | (download) |
doc/grids/CMakeLists.txt |
2 1 + 1 - 0 ! |
do not install amiramesh example grids |
example grids install location.patch | (download) |
CMakeLists.txt |
5 4 + 1 - 0 ! |
--- |
increase test timeouts.patch | (download) |
dune/grid/utility/test/CMakeLists.txt |
1 1 + 0 - 0 ! |
increase test timeout Increase test timeout for a test taking too long on sparc64. This should fix the build failure referenced below. Reference: https://buildd.debian.org/status/fetch.php?pkg=dune-grid&arch=sparc64&ver=2.5.0%7Erc2-1&stamp=1480995532 |
0001 fix base64 encoder.patch | (download) |
dune/grid/io/file/vtk/b64enc.hh |
49 22 + 27 - 0 ! |
[patch] fix base64 encoder The old implementation relied on undefined behavior (reading from a union member not most recently written to), implementation-defined layout and only worked on little endian. This should make the `vtktest` test pass on big endian architectures. |
use python3.patch | (download) |
dune/grid/io/file/test/checkvtkfile.hh |
2 1 + 1 - 0 ! |
use python3 Bug-Debian: https://bugs.debian.org/942000 |
i386 fpu tolerance.patch | (download) |
dune/grid/test/checkentitylifetime.hh |
3 2 + 1 - 0 ! |
allow an ε in comparison of grid coordinates |