mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
adding apptainer 1.0.1
This commit is contained in:
parent
b49b012a92
commit
23c1927739
2 changed files with 13142 additions and 13136 deletions
File diff suppressed because it is too large
Load diff
|
@ -179,14 +179,20 @@
|
|||
(package
|
||||
(name "apptainer")
|
||||
(version "1.0.1")
|
||||
(source (origin
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/apptainer/apptainer/")
|
||||
(commit "a308dd1a664a0bf01ff74b39c69d07442c7fac4f")
|
||||
))
|
||||
(sha256 (base32 "0k2fkwlvp72vh07a7m1sdzj1f3zml9y5mligzhnscs7zzlv5s28j"))
|
||||
))
|
||||
)
|
||||
(modules '((srfi srfi-26)))
|
||||
(snippet
|
||||
'(call-with-output-file "VERSION" (cut display version <>))
|
||||
)
|
||||
)
|
||||
(home-page "https://apptainer.org/")
|
||||
(synopsis "THE CONTAINER SYSTEM FOR SECURE HIGH PERFORMANCE COMPUTING")
|
||||
(description "Apptainer/Singularity is the most widely used container system for HPC.
|
||||
|
|
Loading…
Add table
Reference in a new issue