adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-23 16:36:37 +01:00
parent 1458cf8dc0
commit 1cc1b5faf8
GPG key ID: 38751DAE145EFB5A

View file

@ -219,6 +219,11 @@
)
)
)
(add-before 'build 'make-depend
(lambda* (#:key input #:allow-other-keys)
(invoke "echo" version " > VERSION")
)
)
)
)
)