Skip to content

Commit

Permalink
Isorropia: Make EpetraExt a required dependency
Browse files Browse the repository at this point in the history
Bug: 5516

A recent failure in EpetraExt exposed an issue were a part of Isorropia that
depended on EpetraExt was not optional, despite the fact that the dependency on
EpetraExt was optional. Eric Boman requested that EpetraExt be made a required
dependency of Isorropia because of its general usefulness.

Build/Test Cases Summary
Enabled Packages: TrilinosFramework, Isorropia
Enabled all Forward Packages
0) MPI_DEBUG => passed: passed=486,notpassed=0 (215.19 min)
1) SERIAL_RELEASE => passed: passed=456,notpassed=0 (116.02 min)
  • Loading branch information
Brent Perschbacher committed Feb 22, 2012
1 parent efa43df commit 7aabd5d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cmake/dependencies/CDashSubprojectDependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<Dependency name="Zoltan" type="LR"/>
<Dependency name="Triutils" type="ILO"/>
<Dependency name="Tpetra" type="LO"/>
<Dependency name="EpetraExt" type="LO"/>
<Dependency name="EpetraExt" type="LR"/>
<EmailAddresses>
<Email address="[email protected]"/>
</EmailAddresses>
Expand Down
4 changes: 2 additions & 2 deletions cmake/dependencies/TrilinosPackageDependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@
<ParentPackage value=""/>
</Package>
<Package name="Isorropia" dir="packages/isorropia" type="PS">
<LIB_REQUIRED_DEP_PACKAGES value="Teuchos,Epetra,Zoltan"/>
<LIB_OPTIONAL_DEP_PACKAGES value="EpetraExt,Tpetra,Kokkos"/>
<LIB_REQUIRED_DEP_PACKAGES value="Teuchos,Epetra,EpetraExt,Zoltan"/>
<LIB_OPTIONAL_DEP_PACKAGES value="Tpetra,Kokkos"/>
<TEST_REQUIRED_DEP_PACKAGES/>
<TEST_OPTIONAL_DEP_PACKAGES value="Kokkos,Tpetra"/>
<LIB_REQUIRED_DEP_TPLS/>
Expand Down
4 changes: 2 additions & 2 deletions cmake/dependencies/TrilinosPackageDependenciesTable.html
Original file line number Diff line number Diff line change
Expand Up @@ -2058,7 +2058,7 @@
<TD>.</TD>
<TD>ILO</TD>
<TD>LO</TD>
<TD>LO</TD>
<TD>LR</TD>
<TD>.</TD>
<TD>.</TD>
<TD>.</TD>
Expand Down Expand Up @@ -11300,7 +11300,7 @@
<TD>.</TD>
<TD>ILO</TD>
<TD>LO</TD>
<TD>LO</TD>
<TD>LR</TD>
<TD>.</TD>
<TD>.</TD>
<TD>.</TD>
Expand Down
4 changes: 2 additions & 2 deletions packages/isorropia/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SET(LIB_REQUIRED_DEP_PACKAGES Teuchos Epetra Zoltan)
SET(LIB_OPTIONAL_DEP_PACKAGES EpetraExt Tpetra Kokkos)
SET(LIB_REQUIRED_DEP_PACKAGES Teuchos Epetra EpetraExt Zoltan)
SET(LIB_OPTIONAL_DEP_PACKAGES Tpetra Kokkos)
SET(TEST_REQUIRED_DEP_PACKAGES)
SET(TEST_OPTIONAL_DEP_PACKAGES Kokkos Tpetra)
SET(LIB_REQUIRED_DEP_TPLS)
Expand Down

0 comments on commit 7aabd5d

Please sign in to comment.