Skip to content

Commit

Permalink
py-xtb: fix problem with meson file
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 committed Jun 6, 2024
1 parent 7a5bddf commit 8e60a1f
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"))

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

0 comments on commit 8e60a1f

Please sign in to comment.