We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc3373 commit 572053eCopy full SHA for 572053e
1 file changed
Makefile
@@ -1,7 +1,7 @@
1
dentist_version = $(shell git describe)
2
arch = $(shell uname -m)
3
-container = dentist_$(dentist_version).sif
4
-container_def = singularity/dentist_$(dentist_version).def
+container = dentist_$(dentist_version:v%=%).sif
+container_def = singularity/dentist_$(dentist_version:v%=%).def
5
dentist_env=dentist_$(firstword $(subst ., ,$(dentist_version)))
6
7
local_only = $(if $(findstring local,$(dentist_version)),$(1))
0 commit comments