Skip to content

Prep for v7.0 and refactor openMP build flags #204

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

Merged
merged 2 commits into from
May 16, 2025
Merged

Conversation

r-devulap
Copy link
Contributor

Refactor the build system to improve OpenMP support and updates the project version. The most significant changes include replacing manual OpenMP flag handling with Meson's dependency mechanism, updating the project version to 7.0.x, and ensuring consistent dependency declarations across the build files.

Build system improvements:

  • Replaced manual OpenMP flag handling (openmpflags) with Meson's dependency('openmp') and declare_dependency mechanism. This change centralizes OpenMP configuration and simplifies its usage throughout the build files. (meson.build, lib/meson.build, tests/meson.build) [1] [2] [3]
  • Updated all library and test targets to use the new omp_dep dependency instead of manually appending OpenMP flags. (meson.build, lib/meson.build, tests/meson.build) [1] [2] [3] [4] [5] [6]

Version updates:

  • Updated the project version from 6.0.x to 7.0.x to reflect significant changes in the build system. (meson.build)
  • Updated the pkgconfig version from 4.0 to 7.0 to align with the new project version. (meson.build)

@r-devulap r-devulap changed the title Prep for v7.0 and Prep for v7.0 and refactpr openMP build flags May 15, 2025
@r-devulap r-devulap changed the title Prep for v7.0 and refactpr openMP build flags Prep for v7.0 and refactor openMP build flags May 15, 2025
Copy link
Contributor

@sterrettm2 sterrettm2 left a comment

Choose a reason for hiding this comment

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

Looks good to me! Seems like a very reasonable refactor.

@sterrettm2 sterrettm2 merged commit 41a082c into intel:main May 16, 2025
12 of 13 checks passed
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