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:
parent
19f7a1bfbd
commit
24efb56528
@ -114,6 +114,12 @@ class Fastjet(AutotoolsPackage):
|
|||||||
when="@3.4:3.4.1 +atlas",
|
when="@3.4:3.4.1 +atlas",
|
||||||
level=0,
|
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):
|
def configure_args(self):
|
||||||
extra_args = []
|
extra_args = []
|
||||||
|
Loading…
Reference in New Issue
Block a user