Skip to content

Commit

Permalink
py-pyhepmc: match signatures to gcc header files
Browse files Browse the repository at this point in the history
  • Loading branch information
joequant committed Dec 13, 2024
1 parent c555d49 commit 00e5ebf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/py-pyhepmc/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ class PyPyhepmc(PythonPackage):
sha256="17a6f941e4fa06d08a628990f6816d1da5e545d65f533e6f598740d2cb76ace4",
)

# match signature to different compiler versions
patch(
"https://patch-diff.githubusercontent.com/raw/scikit-hep/pyhepmc/pull/85.patch?full_index=1",
sha256="0a87e2da07fbf12a15b2c7025f7ee3fcd5bff540f331e4d820e4ea0ba2e779f2",
when="@:2.14.0"
)

depends_on("cmake", type="build")
depends_on("py-setuptools-scm", type="build")

Expand Down

0 comments on commit 00e5ebf

Please sign in to comment.