cepgen: new version 1.1.0 (#39550)

This commit is contained in:
Wouter Deconinck 2023-08-21 01:08:05 -05:00 committed by GitHub
parent b61ad8d2a8
commit 0d5ae3a809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,12 +14,16 @@ class Cepgen(CMakePackage):
tags = ["hep"]
version("1.1.0", sha256="2a4eaed161f007269516cbfb6e90421e657ab1922d4509de0165f08dde91bf3d")
version(
"1.0.2patch1", sha256="333bba0cb1965a98dec127e00c150eab1a515cd348a90f7b1d66d5cd8d206d21"
)
generator("ninja")
depends_on("cmake@3.5:", type="build", when="@1.0:")
depends_on("cmake@3.20:", type="build", when="@1.1:")
depends_on("gsl")
depends_on("openblas")
depends_on("hepmc")