-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TriBITS: Specific CXX_FLAGS for FROSch #10111
Comments
Take a look at "Options can also be targeted to a specific TriBITS package using" at: It is not clear from that documentation if that only works at the parent package level or will also work at the sub-package level as well. We would have to check. If it is not supported at the subpackage level, that could be added. (Which is 95% tests and documentation and 5% actually adding the feature which would likely take 2 lines of CMake code.) NOTE: In the many years of using TriBITS, I can only think of a few times that people have used this and it was only to work around compiler defects. |
@bartlettroscoe Thanks for the quick reply! It worked for |
@bartlettroscoe Can you please let me know how to do this on the sub-package level? Thank you! |
@searhein, let me take a look. TriBITS 'master' is now ahead of what is currently synced into Trilinos 'develop' due to the delayed merge of PR #9978 (which I am still working on) but I can create a PR for TriBITS directly against Trilinos 'develop' to implement this and then do the Git mechanics to get this back over to the TriBITS side. |
@searhein, see TriBITSPub/TriBITS#442 and please comment on option-1 vs. option-2 there. |
@bartlettroscoe Thanks. I just commented on it. |
@bartlettroscoe Is there already an update on this? I would really like to try it out. Thank you! |
@searhein, sorry, my time has been dominated by TriBITSPub/TriBITS#433 and TriBITSPub/TriBITS#443 trying to get PR #9978 merged to Trilinos 'develop'. I should have time tomorrow to work on |
@bartlettroscoe No problem, I was just wondering. Thanks. |
…#442) Add support for subpackage-specific compiler flags (#440 Also see, trilinos/Trilinos#10111
…1-subpackage-lang-flags (trilinos#10111)
@searhein, once the Trilinos #10219 is reviewed, approved, and merged, you should be able to set:
and those flags I have strong extensive automated testing for this in TriBITSPub/TriBITS#453. |
…ge-lang-flags Automatically Merged using Trilinos Pull Request AutoTester PR Title: Add support for subpackage-specific compiler flags (#10111) PR Author: bartlettroscoe
@searhein verified this is fixed in #10219 (comment). Closing as complete |
Question
Is there a way of adding some CXX_FLAGS only for FROSch, such as
?
The text was updated successfully, but these errors were encountered: