Update reference docs to reflect code default#633
Update reference docs to reflect code default#633bartlettroscoe merged 3 commits intoTriBITSPub:masterfrom
Conversation
Signed-off-by: Samuel E. Browne <sebrown@sandia.gov>
This explains why there is a configure error in the first sentence. This documentation block is well linked, but it might as well be more self-contained. Signed-off-by: Roscoe A. Bartlett <rabartl@sandia.gov>
bartlettroscoe
left a comment
There was a problem hiding this comment.
I updated the text to make the context for the configure error more clear.
|
@sebrowne, what was the scenario where you hit this situation? IMHO, automated testing processes should have this set to |
|
Here's the linked PR where I repair what is wrong in Trilinos: It was exactly as you said, but we were sometimes setting it and sometimes not. Whether it should be set or unset long-term is a matter for future discussion, but we intend to be setting it on all CI configurations at the moment. |
|
@sebrowne, I don't see where https://github.com/trilinos/Trilinos/pull/13991/files ? |
When investigating some behavior in Trilinos, I used the documentation to ascertain the default value of
${PROJECT_NAME}_DISABLE_ENABLED_FORWARD_DEP_PACKAGES, and determined it to be inconsistent with the "real" setting. Fix that here.