adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 08:48:11 +01:00
parent 23c1927739
commit 4cc49bac32
GPG key ID: 38751DAE145EFB5A

View file

@ -187,12 +187,12 @@
(commit "a308dd1a664a0bf01ff74b39c69d07442c7fac4f") (commit "a308dd1a664a0bf01ff74b39c69d07442c7fac4f")
)) ))
(sha256 (base32 "0k2fkwlvp72vh07a7m1sdzj1f3zml9y5mligzhnscs7zzlv5s28j")) (sha256 (base32 "0k2fkwlvp72vh07a7m1sdzj1f3zml9y5mligzhnscs7zzlv5s28j"))
)
(modules '((srfi srfi-26))) (modules '((srfi srfi-26)))
(snippet (snippet
'(call-with-output-file "VERSION" (cut display version <>)) '(call-with-output-file "VERSION" (cut display version <>))
) )
) )
)
(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.
@ -287,11 +287,6 @@
) )
) )
) )
(add-before 'configure 'set-version
(lambda* (#:key input #:allow-other-keys)
(invoke "echo" "'1.0.1' > VERSION")
)
)
) )
) )
) )