-
Notifications
You must be signed in to change notification settings - Fork 572
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
Gcc8 sems v2 pr build #12977
Closed
Closed
Gcc8 sems v2 pr build #12977
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If <packagename>_SHOW_DEPRECATED_WARNINGS is defined, emit a warning upon inclusion of any package header (used Epetra for an example).
…the matrix cleanly
These conditional warnings depend on when Thyra_SHOW_DEPRECATED_WARNINGS is defined instead of ThyraEpetraAdapters_SHOW_DEPRECATED_WARNINGS as I could not get the ThyraEpetraAdapters_SHOW_DEPRECATED_WARNINGS defined properly. Since Thyra Core is depended upon anyways, this seemed appropriate enough and works when configuring with ThyraEpetraAdapters enabled. PR: trilinos#12828
These conditional warnings depend on when Thyra_SHOW_DEPRECATED_WARNINGS is defined instead of ThyraEpetraExtAdapters_SHOW_DEPRECATED_WARNINGS as I could not get the ThyraEpetraExtAdapters_SHOW_DEPRECATED_WARNINGS defined properly. Since Thyra Core is depended upon anyways, this seemed appropriate enough and works when configuring with ThyraEpetraExtAdapters enabled. PR: trilinos#12828
Pointed anyone looking at the New_Package README to the following wiki page https://github.com/trilinos/Trilinos/wiki/Adding-a-New-Package PR: trilinos#12828
Removed duplicate ML_config.h.in file that was created from my insert deprecation warning script as the real file does not respect the usual letter casing of its package name :( PR: trilinos#12828
Turn -Wno-error on so that deprecation warnings does not lead to build errors for PR testing.
Removed -Werror flag set for Ifpack_CXX_FLAGS and Tempus_CXX_FLAGS in GCC_PACKAGE_SPECIFIC_WARNING_FLAGS. -Werror is getting removed here to allow for added deprecated warnings in deprecated packages' header files to not error out the entire build during configure. The goal is to display the warnings, but let the configure continue. PR: trilinos#12828
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.2 to 3.25.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@8f596b4...d39d31e) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ithub_actions/develop/actions/dependency-review-action-4.3.1 Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Bump actions/dependency-review-action from 4.2.5 to 4.3.1' PR Author: dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1d96c77...0ad4b8f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ithub_actions/develop/github/codeql-action-3.25.3 Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Bump github/codeql-action from 3.25.2 to 3.25.3' PR Author: dependabot[bot]
…ithub_actions/develop/actions/checkout-4.1.4 Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Bump actions/checkout from 4.1.3 to 4.1.4' PR Author: dependabot[bot]
Framework: Conditionally warn about including header for deprecated package
…ithub_actions/develop/step-security/harden-runner-2.7.1 Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Bump step-security/harden-runner from 2.7.0 to 2.7.1' PR Author: dependabot[bot]
I targeted the wrong branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@trilinos/framework
Motivation
adds a config in config-specs.ini for a new build we are using as a non blocking PR build
Related Issues
https://sems-atlassian-son.sandia.gov/jira/secure/RapidBoard.jspa?rapidView=164&projectKey=TRILFRAME&view=detail&selectedIssue=TRILFRAME-625