Skip to content

#804 matrixiteratortest of dune-istl fails with installed dune-common

Metadata

Property Value
Reported by Oliver Sander (oliver.sander@tu-dresden.de)
Reported at Jun 14, 2010 10:29
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Last edited by Oliver Sander (oliver.sander@tu-dresden.de)
Last edited at Apr 5, 2011 16:25
Closed by Oliver Sander (oliver.sander@tu-dresden.de)
Closed at Apr 5, 2011 16:25
Closed in version Unknown
Resolution Fixed
Comment File gets install. Fixed in 6412 (trunk) and 6413 (2.1)

Description

The file matrixiteratortest.cc from the dune-istl tests cannot be compiled with an installed dune-common. The reason is that matrixiteratortest uses iteratortest.hh from dune-common/dune/common/test, which doesn't get installed.

I am not quite sure what to do in this case. Installing individual files from a test directory is not very elegant. Moving iteratortest.hh to somewhere else would be better, but where to? Simply putting it into dune-common/dune/common doesn't appear wise either, because it is not a normal interface header.