mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 22:55:36 +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")
|
(name "apptainer")
|
||||||
(version "1.0.1")
|
(version "1.0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (list
|
(uri (git-reference
|
||||||
(string-append "https://github.com/apptainer/apptainer/archive/refs/tags/v" version ".tar.gz")
|
(url "https://github.com/apptainer/apptainer/")
|
||||||
))
|
(commit "a308dd1a664a0bf01ff74b39c69d07442c7fac4f")
|
||||||
(sha256 (base32 "192x2s7d6gqkgl8p0v6b66qy07zx1n7i537gqgy7k5gdhhif958b"))
|
))
|
||||||
)
|
(sha256 (base32 "1canl8277phpy6137qphs3i6yhxpi890b29qjf9jb7sqa3y8yf1n"))
|
||||||
)
|
))
|
||||||
(home-page "https://apptainer.org/")
|
(home-page "https://apptainer.org/")
|
||||||
(synopsis "THE CONTAINER SYSTEM FOR SECURE HIGH PERFORMANCE COMPUTING")
|
(synopsis "THE CONTAINER SYSTEM FOR SECURE HIGH PERFORMANCE COMPUTING")
|
||||||
(description "Apptainer/Singularity is the most widely used container system for HPC.
|
(description "Apptainer/Singularity is the most widely used container system for HPC.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue