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

Remove Hephaestus Dependency #5

Merged
merged 65 commits into from
Jul 11, 2024

Conversation

EdwardPalmer99
Copy link

@EdwardPalmer99 EdwardPalmer99 commented Jun 21, 2024

Changes:

  • Hephaestus is no longer a dependency.
  • .cpp extensions changed to .C / .hpp extensions changed to .h.
  • Fixed headers and makefiles.
  • Hephaestus namespaces changed to platypus.
  • Adds some of the hephaestus unit tests.

Caveats:

  • Removes LineSampler due to issues with linking gslib.
  • Removes spdlog due to linking issues. All splog messages have been commented-out. Requires work.
  • Docker files and CSD3 build scripts updated.
  • Files merged-in from Hephaestus require name changes and formatting changes to be consistent.

@EdwardPalmer99 EdwardPalmer99 self-assigned this Jun 21, 2024
@EdwardPalmer99 EdwardPalmer99 marked this pull request as ready for review June 21, 2024 14:33
docker/platypus-deps/Dockerfile Outdated Show resolved Hide resolved
docker/platypus-deps/Dockerfile Outdated Show resolved Hide resolved
docker/platypus-deps/Dockerfile Outdated Show resolved Hide resolved
unit/Makefile Show resolved Hide resolved
Copy link
Contributor

@alexanderianblair alexanderianblair left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This leads to a notable drop in test coverage - but that's somewhat expected given the number of new files being added (and that some of the tests that rely on AuxSolvers that we are not adding to this version of Platypus haven't been ported).

As we're building this up - I think it makes sense to merge this in, and then extend the tests as we replace/update the old hephaestus files to follow MOOSE conventions, since that is much easier for the team to chip away at.

@alexanderianblair alexanderianblair merged commit 86c70c4 into main Jul 11, 2024
13 of 14 checks passed
@alexanderianblair alexanderianblair deleted the EdwardPalmer99/remove-hephaestus-dependency branch July 14, 2024 12:46
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.

2 participants