adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-23 17:00:46 +01:00
parent c43568d4d6
commit 1e3f79cfc3
GPG key ID: 38751DAE145EFB5A

View file

@ -220,6 +220,13 @@
)
)
)
(replace 'build
(lambda* (#:key inputs native-inputs propagated-inputs configure-flags #:allow-other-keys)
(begin
(invoke "make" "-C" "buildir")
)
)
)
(add-before 'configure 'set-version
(lambda* (#:key input #:allow-other-keys)
(invoke "echo" "1.0.1" ">" "VERSION")