Skip to content

Commit

Permalink
py-xtb: fix problem with meson file (spack#44595)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
hppritcha authored and mpokorny committed Jun 20, 2024
1 parent 430ab72 commit f23c863
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions var/spack/repos/builtin/packages/py-xtb/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ class PyXtb(PythonPackage):
depends_on("py-meson-python", type="build")
depends_on("py-numpy", type=("build", "run"))
depends_on("xtb", type=("build", "run"))

# from https://github.com/grimme-lab/xtb-python/pull/114
patch(
"https://github.com/grimme-lab/xtb-python/commit/df7e0010a679f5f00456bf09fcd9330cd7c56c39.patch?full_index=1",
when="@:22.1",
sha256="0242a4b79b7e24cfec3c0e6661e744eeb6a786d7",
)

0 comments on commit f23c863

Please sign in to comment.