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

Reorganize #67

Merged
merged 108 commits into from
Mar 14, 2024
Merged

Reorganize #67

merged 108 commits into from
Mar 14, 2024

Conversation

K20shores
Copy link
Collaborator

@K20shores K20shores commented Mar 5, 2024

Closes #61 and #65

  • adds several new github actions
  • prefixes all cmake options with musica_
  • changes the fortran interface so that the config path is called on construction
  • reorganizes the cmake files so that the top level project is called musica-distribution in the style of the google test cmake files, with src and fortran adding new projects
  • renames folders to remove redundancy
  • removes musica core dependency
  • updates install instructions to go to normal places so we don't need to symlink things
  • creates actions files for unbuntu and mac for both c/c++ and fortran. Windows only has the c/c++ interface becuase I'm too lazy to figure out the fortran build there. It is likely only possible with mingw

Copy link
Collaborator

@mattldawson mattldawson left a comment

Choose a reason for hiding this comment

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

looks great! this was a lot of work! just a couple minor questions

cmake/test_util.cmake Outdated Show resolved Hide resolved
docker/Dockerfile Outdated Show resolved Hide resolved
src/component_versions.c Outdated Show resolved Hide resolved
@mattldawson mattldawson merged commit 66176ba into main Mar 14, 2024
66 checks passed
@mattldawson mattldawson deleted the reorganize branch March 14, 2024 20:02
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.

Support different compilers to build MUSICA-Fortran
3 participants