fastjet: ProtoJet output compilation error (#50004)

* fastjet: ProtoJet output

* switch to upstream fix

* spack wants .diff URLs apparently?

* Delete var/spack/repos/builtin/packages/fastjet/protojet.patch

* increase patch level, upper bound for patch

* Update package.py
This commit is contained in:
Paul Gessinger 2025-04-14 16:03:15 +02:00 committed by GitHub
parent 19f7a1bfbd
commit 24efb56528
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,6 +114,12 @@ class Fastjet(AutotoolsPackage):
when="@3.4:3.4.1 +atlas",
level=0,
)
patch(
"https://gitlab.com/fastjet/fastjet/-/merge_requests/8.diff",
sha256="acc00a619c449552732935ec7a3bf8b191692bfff507cd01a0130c2b9586ba32",
level=1,
when="@2.4.0:3.4.3",
)
def configure_args(self):
extra_args = []