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

Configure meson.build #34

Merged
merged 2 commits into from
Jun 21, 2024
Merged

Configure meson.build #34

merged 2 commits into from
Jun 21, 2024

Conversation

TyBalduf
Copy link
Contributor

  • Make OpenMP dependency explicit, so that symbols can be found during build.
  • Define Fortran compiler. fc_id was previously used, but never set.

The specification for the OpenMP dependency follows the form used in the meson.build for xtb. The change here was sufficient for me to be able to compile with ifort 2022.0.2 (or ifx 2024.0).

TyBalduf and others added 2 commits June 21, 2024 14:48
* Make OpenMP dependency explicit, so that symbols can be found
  during build.
* Define Fortran compiler. `fc_id` was previously used, but never set.

Signed-off-by: Ty Balduf <[email protected]>
@MtoLStoN
Copy link
Member

Looks good to me, thanks for contributing!

@MtoLStoN MtoLStoN merged commit fbf42b9 into grimme-lab:main Jun 21, 2024
4 of 6 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