From 56fa57069d4660e9e885bb68125ca890fe120704 Mon Sep 17 00:00:00 2001 From: "Roscoe A. Bartlett" Date: Fri, 12 Oct 2018 08:08:09 -0600 Subject: [PATCH] Remove Sundance from list of extra repos (#3611, #1761) It looks like the configure fo Sundance against Trilinos 'develop' has been failing since 6/1/207 (see #3611). Also, Sundance development appears to be dead (the last commit to the 'master' branch was back in 6/27/205). Therefore, it makes sense to stop including Sundance against the list extra repos that Trilinos is tested against. --- cmake/ExtraRepositoriesList.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/ExtraRepositoriesList.cmake b/cmake/ExtraRepositoriesList.cmake index fccfe42b3498..e4f66233f2be 100644 --- a/cmake/ExtraRepositoriesList.cmake +++ b/cmake/ExtraRepositoriesList.cmake @@ -76,7 +76,6 @@ MARK_AS_ADVANCED(Trilinos_REPOS_URL_BASE) TRIBITS_PROJECT_DEFINE_EXTRA_REPOSITORIES( MOOCHO_repo packages/moocho GIT ${Trilinos_REPOS_URL_BASE}moocho NOPACKAGES Nightly - Sundance_repo packages/Sundance GIT ${Trilinos_REPOS_URL_BASE}Sundance NOPACKAGES Nightly CTrilinos_repo packages/CTrilinos GIT ${Trilinos_REPOS_URL_BASE}CTrilinos NOPACKAGES Nightly ForTrilinos_repo packages/ForTrilinos GIT ${Trilinos_REPOS_URL_BASE}ForTrilinos NOPACKAGES EX Optika_repo packages/optika GIT ${Trilinos_REPOS_URL_BASE}optika NOPACKAGES Nightly