Skip to content

Commit

Permalink
Allow enable of Intrepid and therefore Percept in ATDM Trilinos builds (
Browse files Browse the repository at this point in the history
trilinos#6017)

However, we don't want to be enabling any Intrepid tests since Intrepid is
legacy code and we want Percept to change over to use Intrepid2 at some point
soon.  The usage of Intrepid by Percept will be tested through Panzer and that
is all.  Therefore, we disable the implicit enable of the Intrepid tests.
  • Loading branch information
bartlettroscoe committed Oct 15, 2019
1 parent 1907304 commit 8a79ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/std/atdm/ATDMDisables.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ SET(ATDM_SE_PACKAGE_DISABLES
Trios
FEI
TriKota
Intrepid
STKClassic
STKSearchUtil
STKUnit_tests
Expand Down Expand Up @@ -77,6 +76,7 @@ SET(ATDM_SE_PACKAGE_TEST_DISABLES
Pamgen
Ifpack
ML
Intrepid
)

#
Expand Down

0 comments on commit 8a79ada

Please sign in to comment.