Add checksums for Rivet 3.1.7 and YODA 1.9.7 and fastjet 3.4.0 (#32917)

* Add checksums for Rivet 3.1.7 and YODA 1.9.7

* Add checksum for fastjet 3.4.0

* Add v3.1.7b...

... in which version requirement for autoconf was lowered to 2.68
This commit is contained in:
iarspider 2022-10-05 12:54:20 +02:00 committed by GitHub
parent e2b5179060
commit cfea21319f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 1 deletions

View File

@ -23,6 +23,7 @@ class Fastjet(AutotoolsPackage):
maintainers = ["drbenmorgan", "vvolkl"] maintainers = ["drbenmorgan", "vvolkl"]
version("3.4.0", sha256="ee07c8747c8ead86d88de4a9e4e8d1e9e7d7614973f5631ba8297f7a02478b91")
version("3.3.4", sha256="432b51401e1335697c9248519ce3737809808fc1f6d1644bfae948716dddfc03") version("3.3.4", sha256="432b51401e1335697c9248519ce3737809808fc1f6d1644bfae948716dddfc03")
version("3.3.3", sha256="30b0a0282ce5aeac9e45862314f5966f0be941ce118a83ee4805d39b827d732b") version("3.3.3", sha256="30b0a0282ce5aeac9e45862314f5966f0be941ce118a83ee4805d39b827d732b")
version("3.3.2", sha256="3f59af13bfc54182c6bb0b0a6a8541b409c6fda5d105f17e03c4cce8db9963c2") version("3.3.2", sha256="3f59af13bfc54182c6bb0b0a6a8541b409c6fda5d105f17e03c4cce8db9963c2")

View File

@ -14,9 +14,12 @@ class Rivet(AutotoolsPackage):
homepage = "https://rivet.hepforge.org/" homepage = "https://rivet.hepforge.org/"
url = "https://rivet.hepforge.org/downloads/?f=Rivet-3.1.4.tar.bz2" url = "https://rivet.hepforge.org/downloads/?f=Rivet-3.1.4.tar.bz2"
git = "https://gitlab.com/hepcedar/rivet.git"
tags = ["hep"] tags = ["hep"]
version("3.1.7b", tag="rivet-3.1.7b")
version("3.1.7", sha256="27c7dbbcb5fd7ee81caf136daf4e960bca0ec255d9fa1abe602f4d430861b27a")
version("3.1.6", sha256="1cf6ebb6a79d181c441d1d0c7c6d623c423817c61093f36f21adaae23e679090") version("3.1.6", sha256="1cf6ebb6a79d181c441d1d0c7c6d623c423817c61093f36f21adaae23e679090")
version("3.1.4", sha256="37edc80a2968ce1031589e43ba6b492877ca7901bea38f8bb7536a5c8cf8100d") version("3.1.4", sha256="37edc80a2968ce1031589e43ba6b492877ca7901bea38f8bb7536a5c8cf8100d")
version("3.1.3", sha256="53ddce41705b9c22b2eaa90603f6659aa9bf46c466d8772ca9dbe4430972e021") version("3.1.3", sha256="53ddce41705b9c22b2eaa90603f6659aa9bf46c466d8772ca9dbe4430972e021")
@ -258,6 +261,7 @@ class Rivet(AutotoolsPackage):
depends_on("yoda@1.8.3", when="@3.1.2") depends_on("yoda@1.8.3", when="@3.1.2")
depends_on("yoda@1.8.5:", when="@3.1.3:") depends_on("yoda@1.8.5:", when="@3.1.3:")
depends_on("yoda@1.9.5:", when="@3.1.6:") depends_on("yoda@1.9.5:", when="@3.1.6:")
depends_on("yoda@1.9.7:", when="@3.1.7:")
# The following versions were not a part of LCG stack # The following versions were not a part of LCG stack
# and thus the exact version of YODA is unknown # and thus the exact version of YODA is unknown
@ -272,6 +276,7 @@ class Rivet(AutotoolsPackage):
# See https://github.com/spack/spack/pull/22303 for reference # See https://github.com/spack/spack/pull/22303 for reference
depends_on(Boost.with_default_variants, when="@:2.5.0") depends_on(Boost.with_default_variants, when="@:2.5.0")
depends_on("fastjet") depends_on("fastjet")
depends_on("fastjet@3.4.0:", when="@3.1.7:")
depends_on("fjcontrib", when="@3.0.0:") depends_on("fjcontrib", when="@3.0.0:")
depends_on("gsl", when="@:2.6.0,2.6.2:2") depends_on("gsl", when="@:2.6.0,2.6.2:2")
depends_on("python", type=("build", "run")) depends_on("python", type=("build", "run"))
@ -280,6 +285,8 @@ class Rivet(AutotoolsPackage):
depends_on("yaml-cpp", when="@2.0.0:2.1.2") depends_on("yaml-cpp", when="@2.0.0:2.1.2")
depends_on("autoconf", type="build") depends_on("autoconf", type="build")
depends_on("autoconf@2.71:", when="@3.1.7", type="build")
depends_on("autoconf@2.68:", when="@3.1.7b:", type="build")
depends_on("automake", type="build") depends_on("automake", type="build")
depends_on("libtool", type="build") depends_on("libtool", type="build")
depends_on("m4", type="build") depends_on("m4", type="build")

View File

@ -15,6 +15,7 @@ class Yoda(AutotoolsPackage):
tags = ["hep"] tags = ["hep"]
version("1.9.7", sha256="8d07bb04dcb79364858718a18203452d8d9fa00029fa94239eafa8529032b8ff")
version("1.9.6", sha256="21523fa2f6b6c8f3348959f3a948734a930ca25951d3c9190b4424e13735f2a4") version("1.9.6", sha256="21523fa2f6b6c8f3348959f3a948734a930ca25951d3c9190b4424e13735f2a4")
version("1.9.5", sha256="59191a0e9afa8db53ffaa2079f8532e5b13de1be622703d6f7060d3610528b6b") version("1.9.5", sha256="59191a0e9afa8db53ffaa2079f8532e5b13de1be622703d6f7060d3610528b6b")
version("1.9.0", sha256="9a55de12ffebbe41d1704459c5c9289eeaf0f0eb6a4d0104ea222d7ab889fdf4") version("1.9.0", sha256="9a55de12ffebbe41d1704459c5c9289eeaf0f0eb6a4d0104ea222d7ab889fdf4")
@ -64,7 +65,7 @@ class Yoda(AutotoolsPackage):
variant("root", default=False, description="Enable ROOT interface") variant("root", default=False, description="Enable ROOT interface")
depends_on("python", type=("build", "run")) depends_on("python", type=("build", "link", "run"))
depends_on("py-future", type=("build", "run")) depends_on("py-future", type=("build", "run"))
depends_on("zlib") depends_on("zlib")
depends_on("boost", when="@:1.6.0", type=("build", "run")) depends_on("boost", when="@:1.6.0", type=("build", "run"))