mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 14:45:39 +02:00
adding apptainer 1.0.1
This commit is contained in:
parent
73de0897c8
commit
cc10403812
1 changed files with 7 additions and 7 deletions
|
@ -279,13 +279,13 @@
|
|||
(name "apptainer")
|
||||
(version "1.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list
|
||||
(string-append "https://github.com/apptainer/apptainer/archive/refs/tags/v" version ".tar.gz")
|
||||
))
|
||||
(sha256 (base32 "192x2s7d6gqkgl8p0v6b66qy07zx1n7i537gqgy7k5gdhhif958b"))
|
||||
)
|
||||
)
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/apptainer/apptainer/")
|
||||
(commit "a308dd1a664a0bf01ff74b39c69d07442c7fac4f")
|
||||
))
|
||||
(sha256 (base32 "1canl8277phpy6137qphs3i6yhxpi890b29qjf9jb7sqa3y8yf1n"))
|
||||
))
|
||||
(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
Add a link
Reference in a new issue