-
Notifications
You must be signed in to change notification settings - Fork 31
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
xtb-python: patch meson build file #114
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
At least with meson 1.3.2 one has to set pure to false for find installation or else build fails. Signed-off-by: Howard Pritchard <[email protected]>
some context. we are trying to use xtb and the xtb python bindings with examol and were building it using spack and hit this issue. |
hppritcha
added a commit
to hppritcha/spack
that referenced
this pull request
Jun 6, 2024
Using meson 1.3.2 the py-xtb package fails during the install process. Error signature shown in grimme-lab/xtb-python#114 Signed-off-by: Howard Pritchard <[email protected]>
awvwgk
approved these changes
Jun 6, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, thanks for sharing
hppritcha
added a commit
to hppritcha/spack
that referenced
this pull request
Jun 6, 2024
Using meson 1.3.2 the py-xtb package fails during the install process. Error signature shown in grimme-lab/xtb-python#114 Signed-off-by: Howard Pritchard <[email protected]>
tldahlgren
pushed a commit
to spack/spack
that referenced
this pull request
Jun 13, 2024
Using meson 1.3.2 the py-xtb package fails during the install process. Error signature shown in grimme-lab/xtb-python#114 Signed-off-by: Howard Pritchard <[email protected]>
teaguesterling
pushed a commit
to teaguesterling/spack
that referenced
this pull request
Jun 15, 2024
Using meson 1.3.2 the py-xtb package fails during the install process. Error signature shown in grimme-lab/xtb-python#114 Signed-off-by: Howard Pritchard <[email protected]>
mpokorny
pushed a commit
to mpokorny/spack
that referenced
this pull request
Jun 20, 2024
Using meson 1.3.2 the py-xtb package fails during the install process. Error signature shown in grimme-lab/xtb-python#114 Signed-off-by: Howard Pritchard <[email protected]>
coltonbh
pushed a commit
to coltonbh/xtb-python
that referenced
this pull request
Jul 5, 2024
At least with meson 1.3.2 one has to set pure to false for find installation or else build fails. Signed-off-by: Howard Pritchard <[email protected]>
hariharan-devarajan
pushed a commit
to hariharan-devarajan/spack
that referenced
this pull request
Jul 10, 2024
Using meson 1.3.2 the py-xtb package fails during the install process. Error signature shown in grimme-lab/xtb-python#114 Signed-off-by: Howard Pritchard <[email protected]>
FrederickDeny
pushed a commit
to FrederickDeny/spack
that referenced
this pull request
Aug 26, 2024
Using meson 1.3.2 the py-xtb package fails during the install process. Error signature shown in grimme-lab/xtb-python#114 Signed-off-by: Howard Pritchard <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
At least with meson 1.3.2 one has to set pure to false for find installation or else build fails.
Description
Spack build of xtb-python 22.1 using meson 1.3.2 fails
Opening a PR here as the Spack developers prefer patches pulled from PRs etc as opposed to standalone patches.
Changelog description
Fix meson.build
Status
Spack build succeeds with patch based off of this commit.