38 root = os.path.realpath(__file__)
39 root = os.path.dirname(root)
40 root = os.path.dirname(root)
41 root = os.path.dirname(root)
44 cmd = [
"git",
"tag",
"%s/%s" % (p, v)]
45 print " ".join(cmd) +
":",
46 git = Popen(cmd, stdout=PIPE, stderr=PIPE)
47 out, err = git.communicate()
48 if git.returncode == 0:
53 print "WARNING: no version in subdir", p
55 print "WARNING: found CMakeLists.txt with version (%s), but no subdir name" % v
struct GAUDI_API map
Parametrisation class for map-like implementation.