Skip to content

Adding Teuchos_LAPACK header to address build issue #3040

James Willenbring requested to merge hkthorn:develop into develop

Created by: hkthorn

@trilinos/anasazi

Description

User issue with missing header include (Teuchos_LAPACK.hpp) in AnasaziStatusTestResNorm file. Found header in different residual norm header that does not use Teuchos::LAPACK, so header was moved.

Motivation and Context

Fixes build error for user.

How Has This Been Tested?

OS X laptop, serial build, GCC 7.x compiler.

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My code follows the code style of the affected package(s).
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the code contribution guidelines for this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • No new compiler warnings were introduced.
  • These changes break backwards compatibility.

Merge request reports