Skip to content

Commit 572053e

Browse files
committed
Fixed Singularity image names in Makefile
1 parent 4cc3373 commit 572053e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dentist_version = $(shell git describe)
22
arch = $(shell uname -m)
3-
container = dentist_$(dentist_version).sif
4-
container_def = singularity/dentist_$(dentist_version).def
3+
container = dentist_$(dentist_version:v%=%).sif
4+
container_def = singularity/dentist_$(dentist_version:v%=%).def
55
dentist_env=dentist_$(firstword $(subst ., ,$(dentist_version)))
66

77
local_only = $(if $(findstring local,$(dentist_version)),$(1))

0 commit comments

Comments
 (0)