Skip to content
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
wants to merge 51 commits into from
Closed

Conversation

fryeguy52
Copy link
Contributor

@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

sebrowne and others added 30 commits March 14, 2024 16:00
If <packagename>_SHOW_DEPRECATED_WARNINGS is defined, emit a warning
upon inclusion of any package header (used Epetra for an example).
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
dependabot bot and others added 10 commits April 29, 2024 22:11
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]
@fryeguy52 fryeguy52 requested review from a team as code owners May 1, 2024 18:35
@fryeguy52 fryeguy52 closed this May 1, 2024
@fryeguy52
Copy link
Contributor Author

I targeted the wrong branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.