Galeri install error when built without Epetra
Created by: tjfulle
The file Galeri_XpetraUtils.hpp
includes Galeri_Exception.h
. Galeri_Exception.h
lives in packages/galeri/src-epetra/
. If Galeri is built and installed without Epetra (but with Tpetra/Xpetra), Galeri_Exception.h
is not copied to the <install prefix>/include
directory. The missing file results in compile errors in applications using Galeri/Xpetra.
@trilinos/xpetra @trilinos/galeri