TriBITSPub / TriBITS

TriBITS: Tribal Build, Integrate, and Test System,
http://tribits.org
Other
36 stars 46 forks source link

TriBITS not catching a circular dependency between a subpackage and its parent package #556

Open bartlettroscoe opened 1 year ago

bartlettroscoe commented 1 year ago

Description

The PR https://github.com/trilinos/Trilinos/pull/1142 where the thyra/core/cmake/Dependencies.cmake file was updated to list a dependence of ThyraCore on its parent package Thyra shows that there is a missing check in TriBITS for an attempt to define a circular dependence of a subpackage on its parent package. (Because there is automatically a dependence of the parent package on eadh of its subpackages.)