singularityce: add v4.x (#42347)

Co-authored-by: James Beal <jb23@sanger.ac.uk>
This commit is contained in:
James Beal 2024-01-30 10:08:57 +00:00 committed by GitHub
parent 32230e6520
commit ed37969925
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,10 @@ class SingularityBase(MakefilePackage):
depends_on("git", when="@develop") # mconfig uses it for version info
depends_on("shadow", type="run", when="@3.3:")
depends_on("cryptsetup", type=("build", "run"), when="@3.4:")
depends_on("libfuse", type=("build", "run"), when="@4.0:")
depends_on("autoconf", type="build", when="@4.0:")
depends_on("automake", type="build", when="@4.0:")
depends_on("libtool", type="build", when="@4.0:")
conflicts("platform=darwin", msg="singularity requires a Linux VM on Windows & Mac")
@ -202,6 +206,8 @@ class Singularityce(SingularityBase):
maintainers("alalazo")
version("master", branch="master")
version("4.1.0", sha256="119667f18e76a750b7d4f8612d7878c18a824ee171852795019aa68875244813")
version("4.0.3", sha256="b3789c9113edcac62032ce67cd1815cab74da6c33c96da20e523ffb54cdcedf3")
version("3.11.5", sha256="5acfbb4a109d9c63a25c230e263f07c1e83f6c726007fbcd97a533f03d33a86a")
version("3.11.4", sha256="751dbea64ec16fd7e7af1e36953134c778c404909f9d27ba89006644160b2fde")
version("3.11.3", sha256="a77ede063fd115f85f98f82d2e30459b5565db7d098665497bcd684bf8edaec9")