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

Clean-up dependencies #418

Merged
merged 56 commits into from
Oct 9, 2023
Merged

Clean-up dependencies #418

merged 56 commits into from
Oct 9, 2023

Conversation

20DM
Copy link
Collaborator

@20DM 20DM commented Aug 10, 2023

This change set is to

  • make sure the package can be built with Conan v2
  • make sure the package can be built with vanilla CMake (+ dependencies from homebrew on MacOS)
  • get rid off GreatCMakeCookOff
  • upgrades a few dependencies to more modern versions, incl. eigen/3.4.0, catch2/3.4.0, spdlog/1.12.0
  • add code tweaks to support interface changes in both catch2 and spdlog
  • add code tweaks to get rid off C++ compile time warnings
  • harmonise the package name spelling such that it appears as sopt, regardless of whether building with Conan or CMake
  • keep the README in sync.

Closes #359 by the looks if it.

@20DM 20DM marked this pull request as draft August 10, 2023 15:47
@20DM 20DM changed the title Draft: Clean-up dependencies Clean-up dependencies Aug 10, 2023
@20DM 20DM marked this pull request as ready for review September 13, 2023 09:43
@20DM
Copy link
Collaborator Author

20DM commented Sep 13, 2023

This probably needs the cg_cmake_tweaks branch from cppflow to go in first...

@mmcleod89 mmcleod89 merged commit d13aa42 into development Oct 9, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build system update
2 participants