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
23c1927739
commit
4cc49bac32
1 changed files with 4 additions and 9 deletions
|
@ -187,12 +187,12 @@
|
|||
(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.
|
||||
|
@ -287,11 +287,6 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
(add-before 'configure 'set-version
|
||||
(lambda* (#:key input #:allow-other-keys)
|
||||
(invoke "echo" "'1.0.1' > VERSION")
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue