Skip to content

SEACAS: Add ADIOS2 TPL for Seacas

James Willenbring requested to merge fbudin69500:add_adios2_for_seacas into develop

Created by: fbudin69500

@trilinos/seacas

Description

This adds a SEACAS dependency (ADIOS2) using the TPL file from the seacas package folder.

Motivation and Context

Seacas has a new TPL dependency that was added to their local CMake build but not to Trilinos in this commit.

How Has This Been Tested?

To test this patch:

  • Download Dockerfile.txt
  • docker build -t trilinos -f Dockerfile.txt .

This will compile trilinos with the patch (succeed) and without the patch (fail)

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