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

Fix unknown option error in meson >= 0.60.0 #66

Merged
merged 2 commits into from
Jan 31, 2022
Merged

Conversation

bwvdg
Copy link
Contributor

@bwvdg bwvdg commented Jan 19, 2022

Description

Attempting to install xtb-python using meson versions past 0.60.0 produces the following error:

subprojects/xtb/meson.build:19:0: ERROR: In subproject xtb: Unknown options: "xtb:static"

Commenting out line 47 in the primary meson.build file suppresses this error.

I have not looked through the repository in-depth to confirm that this setting is not used, but this error coincides with a change to meson to always produce a fatal error when an unknown setting is encountered. xTB-python appears to install and run correctly with this setting disabled.

Changelog description

Fixed unknown option error in meson versions >= 0.60.0

meson.build Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jan 19, 2022

Codecov Report

Merging #66 (28d860a) into master (43a680b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #66   +/-   ##
=======================================
  Coverage   97.04%   97.04%           
=======================================
  Files           8        8           
  Lines         440      440           
=======================================
  Hits          427      427           
  Misses         13       13           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 43a680b...28d860a. Read the comment docs.

@awvwgk awvwgk merged commit fe72b39 into grimme-lab:master Jan 31, 2022
@awvwgk
Copy link
Member

awvwgk commented Jan 31, 2022

Thanks for sharing.

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